libmicrohttpd

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

commit 0fda13824a2d92e24092193fad3d921eb2d672b1
parent 259cbd8369729a3da32eb297f43a983212f4bcac
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun,  9 Jan 2022 16:04:30 +0300

Minor README update

Diffstat:
MREADME | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README @@ -27,7 +27,7 @@ Installation See INSTALL for generic installation instructions. -If you are using Git, run "autoreconf -fi" to create configure. +If you are using Git, run "./bootstrap" 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.