root/branches/alex_v2_branch/libhttpd/README

Revision 87, 0.9 kB (checked in by benoitg, 5 years ago)

2004-04-19 Benoit Gr�goire <bock@step.polymtl.ca>

  • Properly integrate libhttpd into the source tree ;) Note that this will create a proper system wide shared librery for libghttpd. Still to be done: 1- Store Mina's patch somewhere, in case we want to upgrade libhttpd. 2-Add configure option not to build httpd, and use an already installed one.
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1
2 Welcome to LibHTTPD, a library for the creation of embedded web servers.
3 Complete documentation is available in the PDF file location in the doc
4 directory.
5
6 To build this software simply run
7
8         ./configure
9         make all
10         make install
11
12 The software will be compiled and installed into /usr/local/lib and
13 /usr/local/include.  To use the software you will have to include the
14 library's header file into your application and link against the library
15 itself.  Details are privided in the documentation.
16
17 This software has been developed by David J. Hughes (aka Bambi) of
18 Hughes Technologies in Australia.  You can always find a current verion
19 of this software at www.Hughes.com.au
20
21 This software is released under the GPL.  If you wish to incorporate
22 this code in a commercial application then OEM licenses are available
23 from Hughes Technology.  Please email info@Hughes.com.au for details.
Note: See TracBrowser for help on using the browser.