diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-12 07:56:00 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2020-06-12 07:56:00 +0800 |
commit | 62038877e1db6224271b4dcf3fa45f0cf7e367e7 (patch) | |
tree | b61feb918b9c89e511ff3ee73af6d11eb9f16ddf | |
parent | 492b758f970968a33788c626a5deb8d8cfd72645 (diff) | |
parent | 0311e81357bf2fac0affff749c90760046039eb3 (diff) |
Merge branch 'master' into cmake
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -53,7 +53,20 @@ or so on. ```sh $ make # -jN (with N an integer number of parallel tasks you allow your computer to run for compiling this) +``` + +and if for Android: + +```sh $ make install INSTALL_ROOT=android-build $ export ANDROID_SDK_ROOT=/opt/android-sdk-update-manager $ /opt/Qt5.14.2/5.14.2/android/bin/androiddeployqt --input android-kelakon-deployment-settings.json --output android-build --android-platform android-24 ``` + +and if on FreeBSD: + +```sh +$ cd android-build +$ echo "android.aapt2FromMavenOverride = $ANDROID_SDK_ROOT/build-tools/28.0.3/aapt2" >> gradle.properties +./gradlew assembleDebug +``` |