mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Update INSTALL file
Update the install file to reflect the new build process. Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
This commit is contained in:
parent
b1de856595
commit
72c510426c
1 changed files with 4 additions and 4 deletions
8
INSTALL
8
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/
|
||||
|
|
Loading…
Reference in a new issue