From: bert hubert Date: Fri, 9 Jan 2015 20:08:27 +0000 (+0100) Subject: document how to buid debian and rpm packages for the recursor X-Git-Tag: rec-3.7.0-rc1~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e291c62e60862c58add27f7da460b1eb9836679a;p=pdns document how to buid debian and rpm packages for the recursor --- diff --git a/README.md b/README.md index 7f962106b..1b900b317 100644 --- 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 -------------