mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 09:09:40 -05:00
18 lines
536 B
Text
18 lines
536 B
Text
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
|
|
|
|
* Create build environment
|
|
* run libtoolize -c if config.sub is missing.
|
|
* autoreconf (autoheader && autoconf), if ./configure is missing.
|
|
|
|
* mailto:wouter@nlnetlabs.nl
|