Update readme unbound build instructions

This commit is contained in:
Neel Goyal 2013-11-04 15:11:40 -05:00
parent 6f825addd4
commit 0c137a8766
1 changed files with 1 additions and 2 deletions

View File

@ -57,9 +57,8 @@ Assuming that the getdns sources are in a diretory named getdns in your home dir
``` ```
# mkdir unbound # mkdir unbound
# cd unbound # cd unbound
# svn checkout -r 2985 http://unbound.nlnetlabs.nl/svn # svn checkout -r 3012 http://unbound.nlnetlabs.nl/svn
# cd svn/trunk # cd svn/trunk
# patch -p0 < ~/getdns/unbound.2985.patch
# ./configure --with-libevent --with-libunbound-only # ./configure --with-libevent --with-libunbound-only
# make # make
# make install # make install