diff --git a/project/jni/application/supertux/readme.txt b/project/jni/application/supertux/readme.txt index 259f3c3aa..e8ace4ff3 100644 --- a/project/jni/application/supertux/readme.txt +++ b/project/jni/application/supertux/readme.txt @@ -1,5 +1,5 @@ To compile Android version: -1. Use Debian or Ubuntu or MacOsX. Windows is not supported. +1. Use Debian or Ubuntu or MacOsX. Windows is not supported, but you can try to use Bash shell on Windows 10. 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 diff --git a/readme.txt b/readme.txt index 4f6ed16bc..e1c7b7855 100644 --- a/readme.txt +++ b/readme.txt @@ -18,10 +18,11 @@ On RPM based distros they are usually called java-x.x.x-openjdk and java-x.x.x-o On Debian or Ubuntu you install them like this: sudo apt-get install openjdk-8-jdk ant The application will run on Android 2.3 and above, but will use features from Android 6.0 if available. The most supported environment for this port is Linux, MacOs should be okay too. -If you're developing under Windows you'd better install Portable Ubuntu, to get proper Linux environment -running inside Windows, then install Linux toolchain on it. +If you're developing under Windows, you will need to install some Linux environment, +such as Bash shell on Windows 10, or Portable Ubuntu, then install Linux toolchain on it. +https://msdn.microsoft.com/en-us/commandline/wsl/install_guide https://sourceforge.net/projects/portableubuntu/ -Cygwin is not supported by the NDK, starting from the NDK r6. +Cygwin is not supported by the NDK. How to compile demo application