diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-05 14:12:34 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-05 14:12:34 +0800 |
commit | fddfc1e76305e1a3f5a4c3089663350354ba3137 (patch) | |
tree | ecfc2403036be6a1b3be02d2eee3ce03d6f0dc25 /README.md | |
parent | db021921c6dc05c39b930f9c9a4e90d23b32bfa4 (diff) |
Add missing step to APK build instruction
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,5 +53,6 @@ or so on. ```sh $ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) +$ make install INSTALL_ROOT=android-build $ /opt/Qt5.14.2/5.14.2/android/bin/androiddeployqt --input android_deployment_settings.json --output android-build --android-platform android-24 ``` |