mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
5a7dbf0225
commit
46cfe003f3
1 changed files with 16 additions and 0 deletions
16
INSTALL
16
INSTALL
|
@ -309,3 +309,19 @@ Building Subsurface on Windows
|
||||||
This is NOT RECOMMENDED. To the best of our knowledge there is one single
|
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
|
person who regularly does this. The Subsurface team does not provide support
|
||||||
for Windows binary build from sources...
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue