From: Peter van Dijk Date: Sat, 26 Mar 2016 10:35:42 +0000 (+0100) Subject: document editline usage X-Git-Tag: auth-4.0.0-beta1~20^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2c0afefa31279a06119424b6e0afb420c1d5d88;p=pdns document editline usage --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 70bb432f4..5285d9e02 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