]> granicus.if.org Git - pdns/commitdiff
copy in Kees Monshouwers CentOS6/RHEL6 compilation technique
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 17 Mar 2015 10:42:35 +0000 (11:42 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 17 Mar 2015 10:42:35 +0000 (11:42 +0100)
pdns/README-dnsdist.md

index ee209da4694b257999d1c2a75a3a60a5501c3296..ce1f128b7e4d10dcf51a13e41186622fcbc98651 100644 (file)
@@ -22,6 +22,16 @@ 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:
+
+```
+wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
+yum install devtoolset-2
+scl enable devtoolset-2 bash
+./configure
+make
+```
+
 Examples
 --------