Added another target and more target-platforms

This commit is contained in:
TechnologyClassroom 2019-02-13 12:44:26 -05:00 committed by Kelson
parent e18e5c8565
commit 315f63f8b9
1 changed files with 4 additions and 0 deletions

View File

@ -57,9 +57,11 @@ kiwix-build --help
## Target ## Target
You may want to compile a specific target so you will have to specify it on the You may want to compile a specific target so you will have to specify it on the
command line: command line:
```bash ```bash
kiwix-build kiwix-lib # will build kiwix-build and its dependencies 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 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: platforms:
- native_dyn - native_dyn
- native_mixed
- native_static - native_static
- win32_dyn - win32_dyn
- win32_static - win32_static
@ -85,6 +88,7 @@ platforms:
- android_arm64 - android_arm64
- android_x86 - android_x86
- android_x86_64 - android_x86_64
- flatpak
So, if you want to compile `kiwix-tools` for win32 using static linkage: So, if you want to compile `kiwix-tools` for win32 using static linkage:
```bash ```bash