aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2019-03-13 07:11:09 -0400
committerB. Watson <yalhcru@gmail.com>2019-03-13 07:11:09 -0400
commit47f8a0114bf1b623b3ec99f5489bfc06aeb12b7b (patch)
treef4e2ba76f53328c56a31c411c591f539604da367
parent4a6e99653c3d9208181e9ddb4941439f1c479295 (diff)
downloadfujichat-47f8a0114bf1b623b3ec99f5489bfc06aeb12b7b.tar.gz
document dasm build requirement
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 626c0b8..e346742 100644
--- a/README
+++ b/README
@@ -28,15 +28,17 @@ Paste that into your browser and "Save as", or else use wget to download it.
To compile FujiChat:
-- First, install cc65. Needs to be a snapshot or release later than the
+- Install cc65. Needs to be a snapshot or release later than the
2.11.0 release, but older than about December, 2015. Version 2.13.3 is
what the author currently uses. The code uses the old cc65 rs232.h API,
which was replaced with a new serial.h API sometime in 2015. This will
be rectified eventually.
-- Next, install axe. This can be found at http://urchlay.naptime.net/repos/axe/
+- Install axe. This can be found at http://urchlay.naptime.net/repos/axe/
or use the clone URL git://urchlay.naptime.net/axe.git
+- Install dasm [TODO: version? URL?].
+
Make sure cc65 and axe are both found in your $PATH, then:
$ cd src