Der Langrisser Translation Tools
- Place dl.rom in ./resources
- Run
make toolchain - Run
make dump - Run
make
To validate all script files use make proper (may be working?).
To remove all build files and the compiled toolchain use make distclean.
More information to come...
Requirements
- PHP 7.0+ installed in /usr/bin/php. This is available by default on all Macs running any version of OS X. For Linux desktops, you should install your relevant
php7-clipackage. - clang (on OS X) or gcc (on Linux). We have only tested with versions 4.1+.
Windows users are on their own.