Files
Gerhard Stein 892a4f01c3 enabled for x86
2017-02-09 17:11:15 +01:00
..
2017-02-09 17:11:15 +01:00
2014-01-02 01:17:03 +02:00
2014-01-02 01:17:03 +02:00
2014-01-02 01:17:03 +02:00
2015-07-23 20:58:21 +03:00
2013-07-13 09:23:36 +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 --recursive project/jni/application/c-dogs/src
    rm project/jni/application/src
    ln -s c-dogs project/jni/application/src
    ./build.sh
That should do it.