From 5445e30f4ca326275ae2be332f348999c6672be5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 15 Nov 2022 14:43:06 -0500 Subject: Document other make targets in BUILD.txt. --- BUILD.txt | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'BUILD.txt') diff --git a/BUILD.txt b/BUILD.txt index 55d2a6d..e5d373e 100644 --- a/BUILD.txt +++ b/BUILD.txt @@ -17,8 +17,15 @@ even be modern Windows), with the following software installed: - Optional: "cc", a host C compiler (e.g. gcc or clang). Only used for compiling dla2csv for the host. +- Optional: "axe", only needed for "make disk". Get it here: + https://slackware.uk/~urchlay/repos/bw-atari8-tools/ + You should be able to build everything from a terminal by typing -"make" in the source directory. +"make" in the source directory. This will build dla.xex, dla2csv.xex, +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). 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. @@ -33,3 +40,12 @@ If you have trouble building on Linux, ask me for help. I can be found on irc.libera.chat in the ##atari channel, as user name Urchlay. If you have trouble on other OSes, ask someone who actually knows about your OS (not me, I don't do Windows or Mac). + +Other make targets: + +make test - runs dla.xex in atari800 +make disktest - runs dla.atr in atari800 +make realtest - serves dla.atr as drive 1, via atariserver (for testing + on real hardware) +make clean - does what you expect +make distclean - also removes generated files -- cgit v1.2.3