From 9e188d7abfa81b2cde7bb3db891fbba32eed60d1 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 16 Dec 2024 09:10:31 +0100 Subject: [PATCH] Needs C++17 nowadays. --- docs/appendices/compiling.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2