diff options
author | Grace Karanja <gracie.karanja89@gmail.com> | 2015-08-18 10:06:37 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-31 15:24:15 -0700 |
commit | 46cfe003f3cd1e6033707d1ee1b245f31d574c6c (patch) | |
tree | 4418b954acf37546ff864b2847e88c5fa918cb5d /INSTALL | |
parent | 5a7dbf02258d1c5b12f9db01c275e4a0bbe97aff (diff) | |
download | subsurface-46cfe003f3cd1e6033707d1ee1b245f31d574c6c.tar.gz |
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>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |