summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-24 16:33:29 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-24 16:33:29 -0400
commit53109947041d28a13d6cfa09602b44a889a89398 (patch)
treec6017233f14900c813955607c5fefb324f4fc8e6 /Install.txt
parent483711a9508c423710278b640f9fd0aa2f293c35 (diff)
parentfbb64fb96c413ea063b77dcecd3f4c95f2a57883 (diff)
downloadlibical-git-53109947041d28a13d6cfa09602b44a889a89398.tar.gz
Merge branch '3.0'
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index bb5f0af6..5333b896 100644
--- a/Install.txt
+++ b/Install.txt
@@ -89,6 +89,21 @@ Homebrew:
catalog files can be found so the gtk entities are located, like so:
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
+== Building for Android ==
+
+% mkdir build
+% cd build
+$ export ANDROID_NDK=/path/to/android-ndk
+% cmake -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK/build/cmake/android.toolchain.cmake \
+ -DCMAKE_INSTALL_PREFIX=/install/path .. \
+ -DANDROID_ABI=[x86,x86_64,armeabi-v7a,arm64-v8a,...]
+ #see https://developer.android.com/ndk/guides/cmake for more options
+% make
+% make install
+
+For more information about building CMake projects on Android see
+https://developer.android.com/ndk/guides/cmake
+
== Optional Dependencies ==
* libicu "International Components for Unicode" development libraries.
Highly recommended for RSCALE support.