From: Tomek Mrugalski Date: Tue, 13 Feb 2018 19:27:13 +0000 (+0000) Subject: [github36] User's guide updated. X-Git-Tag: trac5502_base~5^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0790901b1afe213b2ab3f4b40fef0d4b919353ae;p=thirdparty%2Fkea.git [github36] User's guide updated. --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index a520486a4e..a174ee7300 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -266,7 +266,7 @@ Debian and Ubuntu: your code. Please consult for help on how to fork a Github repository. - The Kea + The Kea Developer's Guide contains more information about the process, as well as describing the requirements for contributed code to be accepted by ISC. @@ -318,8 +318,8 @@ Debian and Ubuntu: --with-dhcp-mysql - Build Kea with code to allow it to store leases (and access - host reservations) in a MySQL database. + Build Kea with code to allow it to store leases and + host reservations in a MySQL database. @@ -328,20 +328,42 @@ Debian and Ubuntu: --with-dhcp-pgsql - Build Kea with code to allow it to store leases (and access - host reservations) in a PostgreSQL database. + Build Kea with code to allow it to store leases and + host reservations in a PostgreSQL database. - --with-gtest-source + --with-cql + + + Build Kea with code to allow it to store leases and + host reservations in a Cassandra (CQL) database. + + + + + + --with-gtest, --with-gtest-source Enable the building of the C++ Unit Tests using the Google Test framework. This option specifies the path to the gtest source. (If the framework is not installed on your system, it can be downloaded - from .) + from .) + + + + + + --with-benchmark, --with-benchmark-source + + Enable the building of the database backend + benchmarks using the Google Benchmark framework. This + option specifies the path to the gtest source. (If the + framework is not installed on your system, it can be downloaded + from .)