]> granicus.if.org Git - pdns/commitdiff
document how to buid debian and rpm packages for the recursor
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 9 Jan 2015 20:08:27 +0000 (21:08 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 9 Jan 2015 20:08:27 +0000 (21:08 +0100)
README.md

index 7f962106b26fca09b463096456caf29d787a0bfe..1b900b317db9ab7f235ff2b1d03e49d95dfadd73 100644 (file)
--- a/README.md
+++ b/README.md
@@ -62,7 +62,10 @@ 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.
 
-When building from git `pandoc` and `zip` are build dependencies.
+When building from git `pandoc` and `zip` are build dependencies. 
+
+To build deb and rpm packages after running `dist-recursor`, run `build-recursor`. This depends on
+Lua 5.1 (liblua5.1-dev), dh-make and rpm.
 
 SOLARIS NOTES
 -------------