mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
Merge pull request #462 from kiwix/update-readme-libkiwix
Kiwix-tools does not depend on libmicrohttpd anymore
This commit is contained in:
commit
d1edbc11d3
@ -42,8 +42,6 @@ The Kiwix tools rely on a few third party software libraries. They are
|
|||||||
prerequisites to the Kiwix tools compilation. Therefore, following
|
prerequisites to the Kiwix tools compilation. Therefore, following
|
||||||
libraries need to be available:
|
libraries need to be available:
|
||||||
* [Libkiwix](https://github.com/kiwix/libkiwix) (package `libkiwix` on Debian/Ubuntu)
|
* [Libkiwix](https://github.com/kiwix/libkiwix) (package `libkiwix` on Debian/Ubuntu)
|
||||||
* [Libmicrohttpd](https://www.gnu.org/software/libmicrohttpd/)
|
|
||||||
(package `libmicrohttpd-dev` on Debian/Ubuntu)
|
|
||||||
* [Zlib](https://www.zlib.net/) (package `zlib1g-dev` on Debian/Ubuntu)
|
* [Zlib](https://www.zlib.net/) (package `zlib1g-dev` on Debian/Ubuntu)
|
||||||
|
|
||||||
These dependencies may or may not be packaged by your operating
|
These dependencies may or may not be packaged by your operating
|
||||||
@ -60,10 +58,6 @@ If you want to compile Kiwix tools statically, the dependencies should
|
|||||||
be compiled statically (provide a `lib...a` library), for example by
|
be compiled statically (provide a `lib...a` library), for example by
|
||||||
using `--enable-static` with `./configure`.
|
using `--enable-static` with `./configure`.
|
||||||
|
|
||||||
If you compile manually Libmicrohttpd, you might need to compile it
|
|
||||||
without GNU TLS, a bug here will empeach further compilation of Kiwix
|
|
||||||
tools otherwise.
|
|
||||||
|
|
||||||
Environment
|
Environment
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user