From 72c510426c1be4da8f4ccbcc1642e1507dc873cd Mon Sep 17 00:00:00 2001 From: Jocke Date: Sat, 30 Jun 2018 20:57:55 +0200 Subject: [PATCH] Update INSTALL file Update the install file to reflect the new build process. Signed-off-by: Joakim Bygdell --- INSTALL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 0865d1fc0..c93d54303 100644 --- a/INSTALL +++ b/INSTALL @@ -324,9 +324,9 @@ To compile the mobile version you will need: -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. +In the folder containing the subsurface source dir run: bash subsurface/packaging/android/android-build-wrapper.sh +This will download and install the required NDK, SDK and Qt required to build the app. -After that, you can run: ./subsurface/packaging/android/build.sh +After that, you can run: ./subsurface/packaging/android/build.sh everytime you want to build a new version. -This will generate an apk file in ./subsurface-mobile-build-arm/bin +This will generate an apk file in ./subsurface-mobile-build-arm/build/outputs/apk/