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