update makefile and build docs

This commit is contained in:
4am 2019-09-26 13:17:32 -04:00
parent e54191d289
commit 0807fb1377
2 changed files with 0 additions and 6 deletions

View File

@ -22,8 +22,6 @@ ACME=acme
# version 1.4.0 or later
CADIUS=cadius
# some scripts also require Python 3
dsk: md asm
cp res/blank.2mg build/"$(DISK)" >>build/log
cp res/_FileInformation.txt build/ >>build/log

View File

@ -10,7 +10,6 @@ You will need
- [Xcode command line tools](https://www.google.com/search?q=xcode+command+line+tools)
- [ACME](https://sourceforge.net/projects/acme-crossass/)
- [sicklittlemonkey's Cadius fork](https://github.com/sicklittlemonkey/cadius)
- [Python 3](https://www.python.org)
Then open a terminal window and type
@ -36,6 +35,3 @@ C:\> CD 4CADE
C:\4cade> WINMAKE
```
If all goes well, the `BUILD\` subdirectory will contain a `4CADE.2MG` image which can be mounted in emulators like [AppleWin](https://github.com/AppleWin/AppleWin).
## Navigating the code