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:
committed by
Tomek Mrugalski
parent
5d917e0280
commit
d4290c09f6
@@ -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
|
||||
|
Reference in New Issue
Block a user