From 44e1d76a6972b92bfc850d45562d3e57bbc23ad2 Mon Sep 17 00:00:00 2001 From: Bill Chatfield Date: Tue, 16 Oct 2018 13:13:07 -0400 Subject: [PATCH] Added build info --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c4fd006..e4e5403 100644 --- a/README.md +++ b/README.md @@ -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".