Files
unbound/doc
Wouter Wijngaards 9bacf93977 Lint fix. Headers check after ssl detected.
git-svn-id: file:///svn/unbound/trunk@31 be551aaa-1e26-0410-a405-d3ace91eadb9
2007-01-25 09:47:22 +00:00
..
2007-01-23 13:46:18 +00:00
2007-01-03 13:03:34 +00:00
2007-01-16 11:54:29 +00:00
2007-01-16 11:54:29 +00:00

README for Unbound
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

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

* mailto:wouter@nlnetlabs.nl