Files
commandergenius/project/jni/application/openttd
2014-11-16 18:38:07 +02:00
..
2014-11-16 18:38:07 +02:00
2014-11-16 04:52:11 +02:00
2014-11-16 04:52:11 +02:00
2010-11-16 18:20:29 +02:00
2014-10-23 20:25:24 +03:00
2014-03-22 03:35:15 +02:00

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
    git submodule update --init --recursive
    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.