aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-09-09 21:32:12 +0000
committerChristian Grothoff <christian@grothoff.org>2007-09-09 21:32:12 +0000
commitfb36fb2009a35e48be28df422af5a4b42d099cda (patch)
tree103c9372286a794293b36bcc0e18e091bde49f3d /README
parent8ce09efc5e3c19d413727e8b80c5f2eff9406b38 (diff)
downloadlibmicrohttpd-fb36fb2009a35e48be28df422af5a4b42d099cda.tar.gz
libmicrohttpd-fb36fb2009a35e48be28df422af5a4b42d099cda.zip
release
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 32 insertions, 2 deletions
diff --git a/README b/README
index ff7da70e..66c6edc5 100644
--- a/README
+++ b/README
@@ -1,6 +1,36 @@
1Run "autoreconf -fi" to create configure. 1About
2=====
2 3
3This is still alpha software. Below we list things that should be 4libmicrohttpd is a library written in C that provides a compact
5API and implementation of an HTTP 1.1 web server. libmicrohttpd
6only implements the HTTP 1.1 protocol. The main application must
7still provide the content.
8
9
10Installation
11============
12
13If you are using Subversion, run "autoreconf -fi" to create configure.
14
15In order to run the testcases, you need a recent version of libcurl.
16libcurl is not required if you just want to install the library.
17
18
19Configure options
20=================
21
22Especially for development, use "--enable-messages" to enable error
23reporting (and use MHD_USE_DEBUG). Error reporting is not enabled by
24default to reduce the size of the library (error messages take
25space!). If you are concerned about space, you should set "CFLAGS" to
26"-Os --fomit-frame-pointer" to have gcc generate tight code. The
27resulting binary should be less than 25k (on x86).
28
29
30Development Status
31==================
32
33This is a beta release. Below we list things that should be
4implemented (in order of importance) before we can claim to be 34implemented (in order of importance) before we can claim to be
5reasonably complete. #XXXX refers to the respective Mantis bug report 35reasonably complete. #XXXX refers to the respective Mantis bug report
6(or feature request). ARCH indicates that implementing this feature 36(or feature request). ARCH indicates that implementing this feature