aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-04 12:53:19 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-04 12:53:19 +0100
commit55bd5a59569fd4ac1f30ec5d56a5fc141b51d0f2 (patch)
tree35c87729f8b71f95ea8f8fee3959c451832006e1 /README
parent867c58add0afec519607b27fd64beb0190212f36 (diff)
downloadlibmicrohttpd-55bd5a59569fd4ac1f30ec5d56a5fc141b51d0f2.tar.gz
libmicrohttpd-55bd5a59569fd4ac1f30ec5d56a5fc141b51d0f2.zip
update README
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 985b357d..037387af 100644
--- a/README
+++ b/README
@@ -7,11 +7,16 @@ is also supported). GNU libmicrohttpd only implements the HTTP 1.1
7protocol. The main application must still provide the application 7protocol. The main application must still provide the application
8logic to generate the content. 8logic to generate the content.
9 9
10GNU libmicrohttpd is dual-licensed under the GNU Lesser General Public
11License (LGPLv3+) and the eCos License. See COPYING for details.
12
10 13
11Installation 14Installation
12============ 15============
13 16
14If you are using Subversion, run "autoreconf -fi" to create configure. 17See INSTALL for generic installation instructions.
18
19If you are using Git, run "autoreconf -fi" to create configure.
15 20
16In order to run the testcases, you need a recent version of libcurl. 21In order to run the testcases, you need a recent version of libcurl.
17libcurl is not required if you just want to install the library. 22libcurl is not required if you just want to install the library.