From: Thomas Markwalder Date: Mon, 21 May 2018 11:44:15 +0000 (-0400) Subject: [5488] Minor wording changes X-Git-Tag: trac5563_base~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0784ba1e3adb452435c41921bcfcd22c59573586;p=thirdparty%2Fkea.git [5488] Minor wording changes --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index 1179168f38..a5eaeb3a45 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -590,15 +590,15 @@ Debian and Ubuntu: If you have a cpp-driver package available as binary or as source - simply install or build and install the package. After build + simply install or build and install the package. Then 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 + (and thus in the shell path) you do not need to supply its path. + If it does not work (e.g. no pkg-config, package not available in + pkg-config with the cassandra name), you can still use the cql_config script in tools/ as describe below.