From 315f63f8b949011f0c4ebe79d28fd909a8724255 Mon Sep 17 00:00:00 2001 From: TechnologyClassroom Date: Wed, 13 Feb 2019 12:44:26 -0500 Subject: [PATCH] Added another target and more target-platforms --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 80e1ba4..8cbbd92 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,11 @@ kiwix-build --help ## Target You may want to compile a specific target so you will have to specify it on the + command line: ```bash kiwix-build kiwix-lib # will build kiwix-build and its dependencies +kiwix-build kiwix-desktop # will build kiwix-desktop and its dependencies kiwix-build zim-tools # will build zim-tools and its dependencies ``` @@ -77,6 +79,7 @@ But you can select another target platform using the option platforms: - native_dyn +- native_mixed - native_static - win32_dyn - win32_static @@ -85,6 +88,7 @@ platforms: - android_arm64 - android_x86 - android_x86_64 +- flatpak So, if you want to compile `kiwix-tools` for win32 using static linkage: ```bash