From e291c62e60862c58add27f7da460b1eb9836679a Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 9 Jan 2015 21:08:27 +0100 Subject: [PATCH] document how to buid debian and rpm packages for the recursor --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ------------- -- 2.40.0