unbound/doc
Wouter Wijngaards 4e33e351a3 Config file.
git-svn-id: file:///svn/unbound/trunk@131 be551aaa-1e26-0410-a405-d3ace91eadb9
2007-02-20 15:28:27 +00:00
..
Changelog Config file. 2007-02-20 15:28:27 +00:00
ietf67-design-02.odp Added presentation that shows the design we plan to make. 2007-01-15 12:51:47 +00:00
ietf67-design-02.pdf Added presentation that shows the design we plan to make. 2007-01-15 12:51:47 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
plan Netevent work 2007-01-23 13:46:18 +00:00
README Updated REAME with configure options. 2007-02-19 10:07:52 +00:00
README.svn Tiny change to test commit mails. 2007-02-08 10:21:35 +00:00
README.tests Added READMEs. 2007-01-16 11:54:29 +00:00
requirements.txt requirements file (send to unbound-dev mailing list). 2007-01-15 14:38:36 +00:00
unbound.8 Commandline options to set forwarder, udp timeout. 2007-02-02 12:52:40 +00:00
unbound.conf.5 Config file. 2007-02-20 15:28:27 +00:00
unbound.doxygen docs fix. 2007-02-16 17:25:29 +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