]> granicus.if.org Git - pdns/commitdiff
clarify that compiling on non-RHEL platforms is easier.
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 13 Oct 2015 11:43:31 +0000 (13:43 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 13 Oct 2015 11:43:31 +0000 (13:43 +0200)
pdns/README-dnsdist.md

index cd4b667eeb4a5cd63767130aafcf1ddbea9a5390..9651a798aa4175a0d702353537bf7fb1c6875774 100644 (file)
@@ -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
+