Added build info

This commit is contained in:
Bill Chatfield 2018-10-16 13:13:07 -04:00 committed by GitHub
parent cc8af1f439
commit 44e1d76a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -13,3 +13,12 @@ It is named after the ProDOS [ON_LINE](http://www.easy68k.com/paulrsm/6502/PDOS8
# Download Binary Executable
See the https://github.com/gungwald/online/releases page for a disk image with a binary version that's ready to run.
# Build from Source
#### Requirements
* Windows, Mac, or [Linux](http://get.fedora.org)
* GNU make - to interpret the Makefile and run the build
* [Merlin32](https://www.brutaldeluxe.fr/products/crossdevtools/merlin/) - to assemble the source code
* [Javer](http://www.java.com) - to run AppleCommander which builds a disk image
#### Process
Type "make".