Added C-Dogs project

This commit is contained in:
pelya
2013-07-13 09:22:55 +03:00
parent e82f292d0e
commit 6131090c64
11 changed files with 273 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
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.