From 47929008cfe6446c4727d7e15da0ff5f32463293 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 30 May 2021 15:33:52 +0200 Subject: [PATCH] Kiwix-tools does not depend on libmicrohttpd anymore --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index d8df5d4..5cbb7c7 100644 --- a/README.md +++ b/README.md @@ -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 libraries need to be available: * [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) 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 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 -------------