Menu

Tree [a9ee66] master /
 History

HTTPS access


File Date Author Commit
 floor_tiles 2016-05-14 fluzz fluzz [a9ee66] Adapt the installation of graphics to the new s...
 font 2016-05-14 fluzz fluzz [a9ee66] Adapt the installation of graphics to the new s...
 obstacles 2016-05-14 fluzz fluzz [a9ee66] Adapt the installation of graphics to the new s...
 Makefile 2016-05-14 fluzz fluzz [a9ee66] Adapt the installation of graphics to the new s...
 README 2016-05-14 fluzz fluzz [a9ee66] Adapt the installation of graphics to the new s...

Read Me

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.