QML UI: Add Android build instructions

Add instructions on how to build the android version to the INSTALL
file.

Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
This commit is contained in:
Grace Karanja 2015-08-18 10:06:37 +03:00 committed by Dirk Hohndel
parent 5a7dbf0225
commit 46cfe003f3

16
INSTALL
View file

@ -309,3 +309,19 @@ Building Subsurface on Windows
This is NOT RECOMMENDED. To the best of our knowledge there is one single
person who regularly does this. The Subsurface team does not provide support
for Windows binary build from sources...
Building Subsurface for Android
------------------------------
To compile the mobile version you will need:
-Qt for Android (this can be downloaded from: http://www.qt.io/download-open-source/)
-Android SDK
-Android NDK
In the packaging/android folder, open the build.sh file and add the paths to the SDK,
NDK and Qt for android at the top.
After that, you can run: ./subsurface/packaging/android/build.sh
This will generate an apk file in ./subsurface-mobile-build-arm/bin