mirror of
https://github.com/a2-4am/4cade.git
synced 2024-10-31 15:05:55 +00:00
update makefile and build docs
This commit is contained in:
parent
e54191d289
commit
0807fb1377
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user