Files
commandergenius/project/jni/application/openarena
2021-05-19 00:07:32 +03:00
..
2016-06-13 00:01:59 +03:00
2016-03-17 12:19:26 +02:00
2012-07-29 23:50:51 +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, latest Android NDK, then launch commands:

    git submodule update --init project/jni/application/openarena/engine
    git submodule update --init project/jni/application/openarena/vm
    cd project/jni/application/openarena
    ./BuildVM.sh
    cd ../../../..
    ./build.sh openarena

That should do it.