summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-04-10 23:59:35 +0000
committerIan C <ianc@noddybox.co.uk>2007-04-10 23:59:35 +0000
commit6701f6a9d4f979cc1eadb673e767b5c46cd2a9c8 (patch)
tree5996a9d0a8bb393afc4ef3da9609df7a22af32a1 /BUILDING
parentcd4886b4b099367c561fa5af6d7346bd43d7e2a7 (diff)
Initial import
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING18
1 files changed, 18 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 0000000..35bd029
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,18 @@
+Build Instructions
+------------------
+
+As this uses the example makefiles from devkitpro, all that is required is
+a 'make' command in the top level directory:
+
+$ make
+
+
+By default FAT support will be initialised. To prevent this you need to supply
+additional flag settings:
+
+$ make ADDITIONAL_CFLAGS="-DDS81_DISABLE_FAT"
+
+
+There is a script mkrelease.sh which simply makes a FAT and non-FAT version of
+DS81 for release. This script also sets the displayed version number to the
+string contained in the 'version' file (by default a time-stamp is produced).