diff options
Diffstat (limited to 'BUILDING')
-rw-r--r-- | BUILDING | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,9 +7,10 @@ a 'make' command in the top level directory: $ make -If you wish to build FAT support you need to supply additional flag settings: +By default FAT support will be initialised. To prevent this you need to supply +additional flag settings: -$ make ADDITIONAL_CFLAGS="-DDS81_USE_FAT" +$ make ADDITIONAL_CFLAGS="-DDS81_DISABLE_FAT" There is a script mkrelease.sh which simply makes a FAT and non-FAT version of |