diff options
author | Francis Dupont <fdupont@isc.org> | 2024-12-19 23:38:10 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2025-01-15 15:26:31 +0100 |
commit | db0891fb20efbf788cc895622161d8dec77a91c6 (patch) | |
tree | bded1c27661e63d501645a47cdb986ef90796d39 | |
parent | [#3696] Update asiolink for boost 1.87 (diff) | |
download | kea-db0891fb20efbf788cc895622161d8dec77a91c6.tar.xz kea-db0891fb20efbf788cc895622161d8dec77a91c6.zip |
[#3696] Updated supported version
-rw-r--r-- | doc/sphinx/arm/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/arm/install.rst b/doc/sphinx/arm/install.rst index 7a198e6040..6a7a332f68 100644 --- a/doc/sphinx/arm/install.rst +++ b/doc/sphinx/arm/install.rst @@ -157,8 +157,8 @@ Building from source code requires the following software installed on the system: - Boost C++ libraries (https://www.boost.org/). The oldest Boost version - used for testing is 1.57 (although Kea may also work with older - versions). The Boost system library must also be installed. + used for testing is 1.67 (although Kea may also work with older + versions e.g. 1.66). The Boost system library must also be installed. Installing a header-only version of Boost is not recommended. - OpenSSL (at least version 1.0.2) or Botan (at least version 2). |