Files
commandergenius/project/jni/application/openarena
..
2016-03-17 12:19:26 +02:00
2021-05-20 23:28:54 +03:00
2012-07-29 23:50:51 +03:00
2021-05-20 23:28:54 +03:00
2021-05-21 03:47:27 +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.

To view OpenArena logs, run command

    adb logcat -s DEBUG SDL libSDL OpenArena