summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-05 14:12:34 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-05 14:12:34 +0800
commitfddfc1e76305e1a3f5a4c3089663350354ba3137 (patch)
treeecfc2403036be6a1b3be02d2eee3ce03d6f0dc25
parentdb021921c6dc05c39b930f9c9a4e90d23b32bfa4 (diff)
Add missing step to APK build instruction
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 39df377..c6ceb64 100644
--- a/README.md
+++ b/README.md
@@ -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
```