From 72e3871537c46819499faadf86086951fffb02d0 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 7 Mar 2018 13:55:13 +0100 Subject: [PATCH] [5484] cql_config description updated. --- doc/guide/install.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/doc/guide/install.xml b/doc/guide/install.xml index c07680b589..2eebb3cb94 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -604,15 +604,17 @@ $ make As of June 2016, cpp-driver does not include cql_config script - yet. Work is in progress to contribute such a script to the - cpp-driver project but, until that is complete, - intermediate steps that need to be conducted. A cql_config script is present in the - tools/ directory of the Kea sources. Before using it, please - edit cql_config_defines.sh in the same directory and change the - environment variable CPP_DRIVER_PATH to point to the directory, - where cpp-driver sources are located. (If the cpp-driver sources already - provide cql_config script please use that rather than the version - from Kea sources.) + yet. Work is in progress to contribute such a script to the cpp-driver + project but, until that is complete, intermediate steps that need to + be conducted. A cql_config script is present in the tools/ directory + of the Kea sources. Before using it, please create a + cql_config_defines.sh in the same directory (there is an example in + cql_config_define.sh.sample available, you may copy it over to + cql_config_defines.sh and edit path specified in it) and change the + environment variable CPP_DRIVER_PATH to point to the directory, where + cpp-driver sources are located. (If the cpp-driver sources already + provide cql_config script please use that rather than the version from + Kea sources.) Build and install Kea as described in , with -- 2.47.2