From c67f3483383afb72fefcea6367dbef59895a7fdb Mon Sep 17 00:00:00 2001 From: pelya Date: Sun, 19 Feb 2017 23:50:10 +0200 Subject: [PATCH] SuperTux: Added compilation instructions --- project/jni/application/supertux/readme.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 project/jni/application/supertux/readme.txt diff --git a/project/jni/application/supertux/readme.txt b/project/jni/application/supertux/readme.txt new file mode 100644 index 000000000..259f3c3aa --- /dev/null +++ b/project/jni/application/supertux/readme.txt @@ -0,0 +1,10 @@ +To compile Android version: +1. Use Debian or Ubuntu or MacOsX. Windows is not supported. +2. Install Android SDK: https://developer.android.com/studio/index.html#downloads +3. Install Android NDK: https://developer.android.com/ndk/downloads/index.html +4. Install Java and Ant: sudo apt-get install ant openjdk-8-jdk build-essential +5. Download SDL Git repo: git clone https://github.com/pelya/commandergenius +6. git submodule update --init --recursive project/jni/application/supertux/supertux +7. ./build.sh supertux + +You may also use source archive at https://sourceforge.net/projects/libsdl-android/files/apk/SuperTux/