2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

Added C++11 requirement to platforms.md

This commit is contained in:
Vicky Risk
2020-01-21 18:36:45 +00:00
committed by Tomek Mrugalski
parent 5d917e0280
commit d4290c09f6

View File

@@ -11,7 +11,11 @@
## Supported platforms
In general, this version of Kea will build and run on any POSIX-compliant
system with a C++ compiler, the Botan cryptographic ibrary, the log4cplus logging library and the Boost system library.
system with a C++ compiler (with C++11 support), the Botan cryptographic library,
the log4cplus logging library and the Boost system library.
The Kea build has been checked with GCC g++ 4.8.5 and some later versions,
and Clang 800.0.38 and some later versions.
Required Software at Run-Time