(c) 行動者/除塵者
Dustlayer 總部:http://dustlayer.com
臉書:https://www.facebook.com/dustlayer.c64.coding
推特:https://twitter.com/actraiser
電子郵件:[email protected]
Dust 是一個更大專案的一部分,該專案由一個包含編碼教程的部落格和各種專案組成。檢查網站。
Dust 是一個由 Node.js 驅動的多功能命令列套件,適用於 Mac OSX 上的新手和經驗豐富的 C64 程式設計師。第一個版本安裝和配置工具鏈,並幫助您啟動交叉開發專案。
從nodejs.org 為您的作業系統安裝node.js。然後透過節點包管理器安裝dust
sudo npm install -g dustlayer
然後你就可以開始了,通常你想要設定工具:
dust setup
[... once this is done ...]
dust test # shows if everything is in place
下載教學來檢查您的設定是否有效:
cd ~
dust tutorials # list tutorial code and select one for download
# cd into the directory and run dust compile
dust compile # compiles the C64 code and runs it in the C64 Emulator
或首先在 Sublime 中開啟項目並從上下文選單構建
# cd into the directory
sublime .
然後點擊 CMD-B - 如果沒有任何反應,您需要在 Tools->Build System->C64-6502 中選擇一次適當的建置系統,然後再次點擊 CMD-B
請參閱 http://dustlayer.com 獲取教程和深入解釋所有這些內容的工作原理。
- 行動/除塵器