diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-12-01 20:47:00 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-12-02 09:21:14 -0800 |
commit | c1f8ecd67adb627fee428b73e943c5a7a04b9613 (patch) | |
tree | 84e4547143c5863777895633a145239aac62173a /packaging | |
parent | 59042b2ed0d260345fd48a940fd0bd5b043a1445 (diff) | |
download | subsurface-c1f8ecd67adb627fee428b73e943c5a7a04b9613.tar.gz |
Correct Qt version in README for android building
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/android/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/android/README b/packaging/android/README index 7168fc1c1..6c645966a 100644 --- a/packaging/android/README +++ b/packaging/android/README @@ -3,7 +3,7 @@ Tool repo to crosscompile subsurface to android-arm Dependencies: -1. android_sdk, android_ndk and Qt5.4. See step 0. +1. android_sdk, android_ndk and Qt5.5. See step 0. 2. cmake 3. ant 4. Java JDK @@ -23,7 +23,7 @@ Step 1. Extract and install these into known directories. Have a look in the top of build.sh for where the cross build tool expects them. By default thats is: ../../../android-ndk-r9d ../../../android-sdk-linux -and ../../../Qt/5.4 +and ../../../Qt/5.5 Step 2. Run bash build.sh in the terminal. By default it builds for arm but you |