From 5601353fc9cd66dbcca4d06fc7068af853317442 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 26 Nov 2010 15:00:08 +0000 Subject: Copied DS81 files as a baseline --- BUILDING | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 BUILDING (limited to 'BUILDING') diff --git a/BUILDING b/BUILDING new file mode 100644 index 0000000..e0516fa --- /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="-DDSVIC_DISABLE_FAT" + + +There is a script mkrelease.sh which simply makes a FAT and non-FAT version of +DSVIC 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). -- cgit v1.2.3