]> granicus.if.org Git - pdns/commitdiff
Improve README.md for recursor compilation
authorHLFH <gaspard.dhautefeuille@outlook.com>
Tue, 26 Jan 2016 17:47:28 +0000 (18:47 +0100)
committerHLFH <gaspard.dhautefeuille@outlook.com>
Tue, 26 Jan 2016 17:47:28 +0000 (18:47 +0100)
README.md

index bf338c928c92c38350b3200ef858b3b3ab16ab76..3eab827796b4399410724dc9c44690a047f8d9aa 100644 (file)
--- 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
 -------------