From: Miod Vallat Date: Mon, 16 Dec 2024 08:10:31 +0000 (+0100) Subject: Needs C++17 nowadays. X-Git-Tag: dnsdist-2.0.0-alpha1~198^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14955%2Fhead;p=thirdparty%2Fpdns.git Needs C++17 nowadays. --- diff --git a/docs/appendices/compiling.rst b/docs/appendices/compiling.rst index 9873d1878e..02fb5de1a7 100644 --- a/docs/appendices/compiling.rst +++ b/docs/appendices/compiling.rst @@ -36,8 +36,8 @@ These releases are PGP-signed with one of these key-ids: Dependencies ------------ -To build the PowerDNS Authoritative Server, a C++ compiler with support for C++ 2011 is required. -This means gcc 4.9 and newer and clang 3.5 and newer. +To build the PowerDNS Authoritative Server, a C++ compiler with support for C++ 2017 is required. +This means gcc 7.1 and newer and clang 5 and newer. Furthermore, the Makefiles require GNU make, not BSD make. By default, the PowerDNS Authoritative Server requires the following libraries and headers: