summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-05 14:11:58 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2020-06-05 14:11:58 +0800
commit6c96192b55f43ca92fc42fb9ca43522a1315e414 (patch)
tree5cdb19cd2ea2de7223520ecc248825e57d392d5a
parent068dbeb5a9e4a4e2dc20e9ad5040ca06ec268c2d (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 fd6817e..bb93754 100644
--- a/README.md
+++ b/README.md
@@ -29,5 +29,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-kelakon-deployment-settings.json --output android-build --android-platform android-24
```