From 0c137a876668a7da45c2f508e11f4b9cbcefd04f Mon Sep 17 00:00:00 2001 From: Neel Goyal Date: Mon, 4 Nov 2013 15:11:40 -0500 Subject: [PATCH] Update readme unbound build instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f864b5e..a6474cfd 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,8 @@ Assuming that the getdns sources are in a diretory named getdns in your home dir ``` # mkdir unbound # cd unbound -# svn checkout -r 2985 http://unbound.nlnetlabs.nl/svn +# svn checkout -r 3012 http://unbound.nlnetlabs.nl/svn # cd svn/trunk -# patch -p0 < ~/getdns/unbound.2985.patch # ./configure --with-libevent --with-libunbound-only # make # make install