2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#2980] addressed comments

This commit is contained in:
Razvan Becheriu 2023-09-14 20:04:18 +03:00
parent cac428ceef
commit 764e8a4b2d
3 changed files with 1 additions and 6 deletions

View File

@ -297,7 +297,7 @@ the following:
Valgrind: no Valgrind: no
C++ Code Coverage: no C++ Code Coverage: no
Logger checks: no Logger checks: no
Install existing manuals: yes Install existing manuals: no
Generate Documentation: no Generate Documentation: no
Generate Parser: no Generate Parser: no
Generate Messages Files: no Generate Messages Files: no

View File

@ -154,8 +154,6 @@ the system:
- log4cplus (at least version 1.0.3) development include headers. - log4cplus (at least version 1.0.3) development include headers.
- A C++ compiler (with C++14 support) and standard development headers. - A C++ compiler (with C++14 support) and standard development headers.
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.
- The development tools automake, libtool, and pkg-config. - The development tools automake, libtool, and pkg-config.

View File

@ -7,9 +7,6 @@ In general, this version of Kea builds and runs on any POSIX-compliant
system with a C++ compiler (with C++14 support), the Botan cryptographic library, system with a C++ compiler (with C++14 support), the Botan cryptographic library,
the log4cplus logging library and the Boost system 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.
ISC regularly tests Kea on many operating systems and architectures, but ISC regularly tests Kea on many operating systems and architectures, but
lacks the resources to test all of them. Consequently, ISC is only able to lacks the resources to test all of them. Consequently, ISC is only able to
offer support on a "best-effort" basis for some. offer support on a "best-effort" basis for some.