Files
commandergenius/project/jni/application/openarena
Sergii Pylypenko 2986a60b94 More Ouya fixes
2013-02-08 19:12:53 +02:00
..
2013-02-08 18:40:38 +02:00
2013-02-06 21:08:40 +02:00
2012-11-10 19:47:33 +02:00
2013-02-08 19:12:53 +02:00
2012-12-08 08:26:13 +02:00
2012-07-29 23:50:51 +03:00
2013-02-01 19:16:25 +02: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
    ./build.sh
That should do it.