libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 55bd5a59569fd4ac1f30ec5d56a5fc141b51d0f2
parent 867c58add0afec519607b27fd64beb0190212f36
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  4 Jan 2018 12:53:19 +0100

update README

Diffstat:
MREADME | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -7,11 +7,16 @@ is also supported). GNU libmicrohttpd only implements the HTTP 1.1 protocol. The main application must still provide the application logic to generate the content. +GNU libmicrohttpd is dual-licensed under the GNU Lesser General Public +License (LGPLv3+) and the eCos License. See COPYING for details. + Installation ============ -If you are using Subversion, run "autoreconf -fi" to create configure. +See INSTALL for generic installation instructions. + +If you are using Git, run "autoreconf -fi" to create configure. In order to run the testcases, you need a recent version of libcurl. libcurl is not required if you just want to install the library.