freedroid-data-src contains the source files needed to create some freedroid data.
Currently, it is used to generate:
- the fonts
- the floor tiles atlases
- the obstacles atlases
To generate those data and install them in the freedroid directory,
run 'make FDRPG_DIR=<freedroid_top_srcdir>' and then
run 'make FDRPG_DIR=<freedroid_top_srcdir> install'
To generate only one data subset, enter its directory,
run 'make FDRPG_DIR=<freedroid_top_srcdir>' and then
run 'make FDRPG_DIR=<freedroid_top_srcdir> install'
Note: if freedroid-data-src/ and freedroid-src/ are in the same root directory,
there is no need to define FDRPG_DIR (it defaults to ../freedroid-src).
In that case, 'make && make install' is enough.
Currently, the Makefiles are not smart, they re-generate everything.
More clever ones will be written in the future.