Added readme for OpenArena project

This commit is contained in:
pelya
2012-08-12 22:29:15 +03:00
parent 8cc8be429c
commit 254c957fdc

View File

@@ -0,0 +1,11 @@
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
rm project/jni/application/src # ignore the error
ln -s openarena project/jni/application/src
./ChangeAppSettings.sh -a
android update project -p project -t android-12
./build.sh
That should do it.