Kelson 772bda7056 Merge pull request #8 from legoktm/readme
Add README with build instructions (closes #3, #6)
2017-01-02 16:09:45 +01:00
2016-12-31 09:29:53 +01:00

libkiwix

libkiwix contains the common code base for all kiwix ports.

You'll need the following dependencies to build libkiwix:

  • libicu-dev
  • libzim
  • libpugixml-dev - 1.8+, compiled with -DBUILD_PKGCONFIG=1 -DBUILD_SHARED_LIBS=1
  • aria2c (usually via aria2 package)
  • meson
  • pkg-config
  • libxapian-dev

To build:

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

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

Description
Common code base for all Kiwix ports
Readme 140 MiB
Languages
C++ 76.4%
JavaScript 17.1%
CSS 1.9%
HTML 1.8%
Python 1.6%
Other 1.1%