From: bert hubert Date: Tue, 17 Mar 2015 10:42:35 +0000 (+0100) Subject: copy in Kees Monshouwers CentOS6/RHEL6 compilation technique X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=260dd1c47c4238fd34ca8d0d519bcb307b08d73f;p=thirdparty%2Fpdns.git copy in Kees Monshouwers CentOS6/RHEL6 compilation technique --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index ee209da469..ce1f128b7e 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -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 --------