diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-05 14:11:58 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-05 14:11:58 +0800 |
commit | 6c96192b55f43ca92fc42fb9ca43522a1315e414 (patch) | |
tree | 5cdb19cd2ea2de7223520ecc248825e57d392d5a /README.md | |
parent | 068dbeb5a9e4a4e2dc20e9ad5040ca06ec268c2d (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
@@ -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 ``` |