From: Peter van Dijk Date: Wed, 9 Jul 2014 17:29:22 +0000 (+0200) Subject: update recursor build instructions X-Git-Tag: auth-3.4.0-rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e949c7c1ba515a3b45353acbd094f1c5d3ea349;p=thirdparty%2Fpdns.git update recursor build instructions --- diff --git a/README.md b/README.md index 3b5a724d5c..2b19066ec0 100644 --- 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 -------------