Files
commandergenius/project/jni/application/openttd/readme.txt
2013-01-19 21:40:08 +02:00

11 lines
446 B
Plaintext

Quick compilation guide:
Install liblzma-dev, it's needed for configure script
sudo apt-get install liblzma-dev
Download my Git repo from https://github.com/pelya/commandergenius,
then install Android SDK, Android NDK, and "ant" tool, then launch commands
rm project/jni/application/src
ln -s openttd project/jni/application/src
./changeAppSettings.sh -a
android update project -p project
then launch build.sh. That should be it.