aboutsummaryrefslogtreecommitdiff
path: root/BUILD.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/BUILD.txt b/BUILD.txt
index e5d373e..25780c4 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -9,10 +9,11 @@ even be modern Windows), with the following software installed:
recent version should do; I used 2.19.
- Optional: "perl", the Perl 5 interpreter. Only used to generate the
- files dlatbl.s, dlaver.inc, and dlaver.h. These files are part
- of the source distribution, so you only need Perl if you're going
- to modify the data tables (the mkdlatbl.pl script), or change the
- version number (mkver.pl).
+ files dlatbl.s, dlaver.inc, dlaver.h, and (for "make disk"),
+ about.dat. These files are part of the source distribution, so
+ you only need Perl if you're going to modify the data tables (the
+ mkdlatbl.pl script), or change the version number (mkver.pl),
+ or the intro screen in dla.atr (ABOUT.txt).
- Optional: "cc", a host C compiler (e.g. gcc or clang). Only used for
compiling dla2csv for the host.
@@ -25,7 +26,8 @@ You should be able to build everything from a terminal by typing
and (if possible) dla2csv for the host.
If you want a disk image, you can try "make disk", which will create
-dla.atr (if you have axe on your $PATH).
+dla.atr (if you have axe on your $PATH). The disk is MyDOS formatted,
+single density.
Ideally, all the software should be found in your $PATH. If not,
you can set the full paths by defining them on the make command line.