diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-11-04 01:15:42 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-11-04 01:15:42 +0000 |
commit | 2d772d64a3eb4a46dcd70bebb465bf58d10ab78c (patch) | |
tree | 7690988120ad18d392dccac3f9d8aeb47fc58328 | |
parent | 15cd79707ae6cda8867b0399e0e59c86395e1e01 (diff) |
Basic build instructions
-rw-r--r-- | BUILDING | 16 | ||||
-rw-r--r-- | arm9/BUILDING | 16 |
2 files changed, 32 insertions, 0 deletions
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. diff --git a/arm9/BUILDING b/arm9/BUILDING new file mode 100644 index 0000000..553f2e5 --- /dev/null +++ b/arm9/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. |