From 0d2fdd9f1d308edf5a3efc45468ca39640148e0e Mon Sep 17 00:00:00 2001 From: pelya Date: Thu, 13 Jan 2011 16:39:11 +0000 Subject: [PATCH] Build instructions for UFO:AI --- project/jni/application/ufoai/readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 project/jni/application/ufoai/readme.txt diff --git a/project/jni/application/ufoai/readme.txt b/project/jni/application/ufoai/readme.txt new file mode 100644 index 000000000..796b94ed2 --- /dev/null +++ b/project/jni/application/ufoai/readme.txt @@ -0,0 +1,7 @@ +Quick build instructions: you have to download GIT repo from https://github.com/pelya/commandergenius , +then install Android SDK 2.2, NDK r4b from http://develoiper.android.com , and Apache Ant tool, then you should launch commands + rm project/jni/application/src + ln -s ufoai project/jni/application/src + cd project && android update project -p . +then download UFO:AI GIT into the dir project/jni/application/ufoai/ufoai +(or create a symlink to it if you already have downloaded it), and launch build.sh. That should be it.