Matthieu Gautier 2ca63541f2 On Windows, ctpp2 use the iconv libraries.
If we are cross-compiling to windows, we need to also link with the
iconv library.

We do not check for the iconv library existance here. We assume that
if the ctpp2 library is present all its own dependencies are present also.
2017-01-17 10:51:07 +01:00
2017-01-03 11:57:12 +01:00
2016-12-22 14:30:58 +01:00
2016-12-22 14:30:58 +01:00
2016-12-22 13:49:56 +01:00

kiwix-tools

kiwix-tools contains a set of tools to interact with kiwix and zim files.

Build kiwix-tools

Most of the compilation steps (including dependencies download and compilation) are handle by kiwix-build script. If you don't have any special need, we recommand you to use kiwix-build instead of doing all the steps yourself.

Dependencies:

You'll need the following dependencies to build libkiwix:

As we use meson to build kiwix-tools, you will need the common meson tools:

  • meson >= 0.34
  • ninja
  • pkg-config

To build:

$ cd kiwix-lib
$ meson . build
$ cd build
$ ninja
$ ninja install

By default, it will compile dynamic linked binaries. If you want statically linked binaries, you can add --default-library=static option to the meson command.

Licensed as GPLv3 or later, see COPYING for more details.

Description
Command line Kiwix tools: kiwix-serve, kiwix-manage, ...
Readme 13 MiB
Languages
C++ 66.1%
Roff 22.8%
Meson 4.9%
Dockerfile 4.5%
Shell 1.7%