From 260dd1c47c4238fd34ca8d0d519bcb307b08d73f Mon Sep 17 00:00:00 2001 From: bert hubert Date: Tue, 17 Mar 2015 11:42:35 +0100 Subject: [PATCH] copy in Kees Monshouwers CentOS6/RHEL6 compilation technique --- pdns/README-dnsdist.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 -------- -- 2.47.3