From 1a5f0162e0e84f3bb5d5533274228434e577feb2 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 13 Oct 2015 13:43:31 +0200 Subject: [PATCH] clarify that compiling on non-RHEL platforms is easier. --- pdns/README-dnsdist.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index cd4b667ee..9651a798a 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -14,7 +14,7 @@ our feature set. Do not quite yet take this into production, but please DO let us know your thoughts! Test packages and/or tarballs can be found on -http://xs.powerdns.com/dnsdist/ +http://xs.powerdns.com/dnsdist/ (but see 'Packaged' below for more links). Compiling --------- @@ -22,7 +22,7 @@ Compiling compiler (g++ 4.8 or higher, clang 3.5). It can optionally use libsodium for encrypted communications with its client. -To compile on CentOS 6 / RHEL6: +To compile on CentOS 6 / RHEL6, use this script to install a working compiler: ``` wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo @@ -32,6 +32,8 @@ scl enable devtoolset-2 bash make ``` +On other recent platforms, installing a Lua and the system C++ compiler should be enough. + Packaged -------- We build packages for dnsdist on our [repositories](https://repo.powerdns.com). In addition @@ -42,7 +44,7 @@ Examples The absolute minimum configuration: -```` +``` # dnsdist 2001:4860:4860::8888 8.8.8.8 ``` @@ -637,4 +639,4 @@ All hooks your inspection. - \ No newline at end of file + -- 2.40.0