From: Francis Dupont Date: Sat, 19 May 2018 13:37:53 +0000 (+0200) Subject: [5488] Updated doc X-Git-Tag: trac5563_base~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5450c401542804134b8564b400db8f2f267dbe46;p=thirdparty%2Fkea.git [5488] Updated doc --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index ff384fdf76..1179168f38 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -588,6 +588,19 @@ Debian and Ubuntu: Install Cassandra according to the instructions for your system. The Cassandra project website contains useful pointers: http://cassandra.apache.org. + + If you have a cpp-driver package available as binary or as source + simply install or build and install the package. After build + and install Kea as described in : + To enable the Cassandra (CQL) database code, at the "configure" + step (see ), do: + ./configure [other-options] --with-cql=path-to-pkg-config + Note if pkg-config is at its standard location + (so in the shell path) you do not need to give its path. + If it does not work (no pkg-config, package not available in + pkg-config with the cassandra name, etc, you can still use + the cql_config script in tools/ as describe below. + Download and compile cpp-driver from DataStax. For details regarding dependencies for building cpp-driver, see the project homepage