]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
update recursor build instructions
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 9 Jul 2014 17:29:22 +0000 (19:29 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Wed, 9 Jul 2014 17:29:22 +0000 (19:29 +0200)
README.md

index 3b5a724d5c2f0de524ad8d6a45fbd8ff56e32644..2b19066ec0ba3b57a9ab65d6b15f7bbfd027aeb7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -59,8 +59,8 @@ See http://doc.powerdns.com/compiling-powerdns.html for more details.
 
 COMPILING THE RECURSOR
 ----------------------
-Either use `./configure --enable-recursor` or explicitly do `make pdns_recursor`. Releases
-are built by first running `dist-recursor` and compiling from the `pdns-recursor-x.y` subdirectory.
+On Linux, `make pdns_recursor` in the `pdns` subdir may work. The portable, and supported, way to
+build the recursor is first running `dist-recursor` and compiling from the `pdns-recursor-x.y` subdirectory.
 
 SOLARIS NOTES
 -------------