Merge pull request #389 from kiwix/TechnologyClassroom-add-target

Added another target and more target-platforms
This commit is contained in:
Kelson 2019-12-09 01:09:41 +01:00 committed by GitHub
commit 3f9592a6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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