Updated readme to mention Bash on Windows.

This commit is contained in:
pelya
2017-02-19 23:56:19 +02:00
parent c67f348338
commit 7629e64762
2 changed files with 5 additions and 4 deletions

View File

@@ -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