From: bert hubert Date: Tue, 13 Oct 2015 11:43:31 +0000 (+0200) Subject: clarify that compiling on non-RHEL platforms is easier. X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5f0162e0e84f3bb5d5533274228434e577feb2;p=thirdparty%2Fpdns.git clarify that compiling on non-RHEL platforms is easier. --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index cd4b667eeb..9651a798aa 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 +