From f2c0afefa31279a06119424b6e0afb420c1d5d88 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Sat, 26 Mar 2016 11:35:42 +0100 Subject: [PATCH] document editline usage --- pdns/README-dnsdist.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 70bb432f4f..5285d9e027 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -28,6 +28,8 @@ scl enable devtoolset-2 bash make ``` +To build on OS X, `./configure LIBEDIT_LIBS='-L/usr/lib -ledit' LIBEDIT_CFLAGS=-I/usr/include/editline` + On other recent platforms, installing a Lua and the system C++ compiler should be enough. `dnsdist` can drop privileges using the `--uid` and `--gid` commandline-switches -- 2.47.2