From 2d772d64a3eb4a46dcd70bebb465bf58d10ab78c Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 4 Nov 2006 01:15:42 +0000 Subject: Basic build instructions --- BUILDING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 BUILDING (limited to 'BUILDING') diff --git a/BUILDING b/BUILDING new file mode 100644 index 0000000..553f2e5 --- /dev/null +++ b/BUILDING @@ -0,0 +1,16 @@ +Build Instructions +------------------ + +As this uses the example makefiles from devkitpro, all that is required is +a 'make' command in the top level directory: + +$ make + + +If you wish to build FAT support you need to supply additional flag settings: + +$ make ADDITIONAL_CFLAGS="-DDS81_USE_FAT" + + +There is a script mkrelease.sh which simply makes a FAT and non-FAT version of +DS81 for release. -- cgit v1.2.3