From c10bc16d6796dc5ae4fd591922f0059d2da20a21 Mon Sep 17 00:00:00 2001 From: pelya Date: Fri, 10 Feb 2012 11:28:08 +0200 Subject: [PATCH] Updated readme for OpenTTD --- project/jni/application/openttd/readme.txt | 12 ++++++------ project/jni/application/src | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/project/jni/application/openttd/readme.txt b/project/jni/application/openttd/readme.txt index 928a52e8b..f16f7e8dc 100644 --- a/project/jni/application/openttd/readme.txt +++ b/project/jni/application/openttd/readme.txt @@ -1,10 +1,10 @@ Quick compilation guide: Download my GIT repo from https://github.com/pelya/commandergenius, -then install Android SDK 2.2, NDK r4b (NDK r5/r5b will not compile this), -and "ant" tool, then launch commands +then install Android SDK, Android NDK, and "ant" tool, then launch commands rm project/jni/application/src - ln -s vcmi project/jni/application/src - cd project && android update project -p . -then download OpenTTD 1.1.1 into the dir project/jni/application/openttd/openttd -(or create a symlink to it if you already have downloaded it), then apply patch openttd-trunk-android.patch + ln -s openttd project/jni/application/src + ./ChangeAppSettings.sh -a + android update project -p project -t android-12 +then download OpenTTD source release into the dir project/jni/application/openttd/openttd +(or create a symlink to it), then apply patch openttd-trunk-android.patch and launch build.sh. That should be it. diff --git a/project/jni/application/src b/project/jni/application/src index be6e061ab..92362c4db 120000 --- a/project/jni/application/src +++ b/project/jni/application/src @@ -1 +1 @@ -testmultitouch \ No newline at end of file +ufoai \ No newline at end of file