]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5488] Updated doc
authorFrancis Dupont <fdupont@isc.org>
Sat, 19 May 2018 13:37:53 +0000 (15:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 19 May 2018 13:37:53 +0000 (15:37 +0200)
doc/guide/install.xml

index ff384fdf76a7dadd45106c716428fde15f5a49a6..1179168f38c33d427ce3ddce4889d69c31081ad0 100644 (file)
@@ -588,6 +588,19 @@ Debian and Ubuntu:
           Install Cassandra according to the instructions for your system. The
           Cassandra project website contains useful pointers: <uri xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://cassandra.apache.org">http://cassandra.apache.org</uri>.
         </para>
+        <para>
+          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 <xref linkend="installation"/>:
+          To enable the Cassandra (CQL) database code, at the "configure"
+          step (see <xref linkend="configure"/>), do:
+          <screen><userinput>./configure [other-options] --with-cql=<replaceable>path-to-pkg-config</replaceable></userinput></screen>
+          Note if <command>pkg-config</command> 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 <command>cql_config</command> script in tools/ as describe below.
+        </para>
         <para>
           Download and compile cpp-driver from DataStax. For details regarding
           dependencies for building cpp-driver, see the project homepage