summaryrefslogtreecommitdiff
path: root/arm9/BUILDING
blob: 553f2e539cfd6103babce6dc22e7f2a2588ac4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.