Files
commandergenius/project/jni/application/openarena
2012-10-10 20:14:22 +03:00
..
2012-10-10 20:14:22 +03:00
2012-10-10 20:14:22 +03:00
2012-10-10 20:14:22 +03:00
2012-10-10 20:14:22 +03:00
2012-10-06 20:28:18 +03:00
2012-07-29 23:50:51 +03:00
2012-10-01 19:01:00 +03:00

Quick compilation guide for Debian/Ubuntu (Windows is not supported, MacOsX should be okay though):
Download SDL Git repo from https://github.com/pelya/commandergenius,
install latest Android SDK, Android NDK r8b or newer, and "ant" tool (sudo apt-get install ant),
then launch commands:
    git submodule update --init project/jni/application/openarena/engine
    git submodule update --init project/jni/application/openarena/vm
    rm project/jni/application/src # ignore the error
    ln -s openarena project/jni/application/src
    ./ChangeAppSettings.sh -a
    android update project -p project -t android-12
    ./build.sh
That should do it.