Files
unbound/doc
Wouter Wijngaards 04e0a37e53 - don't open pipes that are unused (no pipes if 1 thread only).
- SIGTERM.


git-svn-id: file:///svn/unbound/trunk@149 be551aaa-1e26-0410-a405-d3ace91eadb9
2007-02-26 16:18:35 +00:00
..
2007-02-26 14:49:11 +00:00
2007-01-23 13:46:18 +00:00
2007-02-19 10:07:52 +00:00
2007-02-08 10:21:35 +00:00
2007-01-16 11:54:29 +00:00
2007-02-26 16:05:18 +00:00
2007-02-26 14:49:11 +00:00

README for Unbound @version@
Copyright 2007 NLnet Labs
http://unbound.net

This software is under BSD license, see LICENSE for details.

* Needs the following libraries
  * ldns	http://www.nlnetlabs.nl/ldns/			(BSD license)
  * libevent	http://www.monkey.org/~provos/libevent/		(BSD license)

* Make and install: ./configure; make
  * --with-ldns=/path/to/ldns
  * --with-libevent=/path/to/libevent
  	Can be set to either the system install or the build directory.
	--with-libevent=no gives an alternative to libevent (based on select).

* Create build environment 
  * run libtoolize -c if config.sub is missing.
  * autoreconf (autoheader && autoconf), if ./configure is missing.

* mailto:wouter@nlnetlabs.nl