From: HLFH Date: Tue, 26 Jan 2016 17:47:28 +0000 (+0100) Subject: Improve README.md for recursor compilation X-Git-Tag: dnsdist-1.0.0-alpha2~18^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52647d5508cd6e83ef26605589c617af969a7369;p=pdns Improve README.md for recursor compilation --- diff --git a/README.md b/README.md index bf338c928..3eab82779 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,16 @@ See http://doc.powerdns.com/compiling-powerdns.html for more details. COMPILING THE RECURSOR ---------------------- -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. +The portable, and supported, way to build the recursor is: -When building from git `pandoc` and `zip` are build dependencies. + $ cd pdns/recursordist + $ ./bootstrap + $ ./configure + $ make + # make install + +You need `autoconf`, `libtool` and `automake` installed to bootstrap it. +Furthermore, when building from git `boost`, `pandoc`, `ragel` and `zip` are build dependencies. SOLARIS NOTES -------------