From: Francis Dupont Date: Sun, 31 Dec 2017 13:31:08 +0000 (+0100) Subject: [5494] Added a cd build in Cassandra instructions X-Git-Tag: trac5524_base^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42bf30e612746a07af089c20a5b0cae094f5970e;p=thirdparty%2Fkea.git [5494] Added a cd build in Cassandra instructions --- diff --git a/doc/guide/install.xml b/doc/guide/install.xml index a3f8c33e97..a520486a4e 100644 --- a/doc/guide/install.xml +++ b/doc/guide/install.xml @@ -439,22 +439,22 @@ Debian and Ubuntu: The install step may require superuser privileges. - If required, run ldconfig as root with - /usr/local/lib (or with prefix/lib if - configured with --prefix) in - /etc/ld.so.conf (or the relevant linker - cache configuration file for your OS): - $ ldconfig + If required, run ldconfig as root with + /usr/local/lib (or with prefix/lib if + configured with --prefix) in + /etc/ld.so.conf (or the relevant linker + cache configuration file for your OS): + $ ldconfig - If you do not run ldconfig where it is - required, you may see errors like the following: + If you do not run ldconfig where it is + required, you may see errors like the following: - program: error while loading shared libraries: libkea-something.so.1: - cannot open shared object file: No such file or directory - - + program: error while loading shared libraries: libkea-something.so.1: + cannot open shared object file: No such file or directory + + @@ -474,10 +474,10 @@ Debian and Ubuntu: JSON - JSON is the default configuration backend - that allows Kea to read JSON configuration files from - disk. It does not require any framework and thus is - considered more lightweight. It allows dynamic on-line + JSON is the default configuration backend + that allows Kea to read JSON configuration files from + disk. It does not require any framework and thus is + considered more lightweight. It allows dynamic on-line reconfiguration using Kea API. @@ -521,7 +521,7 @@ Debian and Ubuntu: "configure" step (see ), the --with-dhcp-mysql switch should be specified: ./configure [other-options] --with-dhcp-mysql - If MySQL was not installed in the default location, the location of the MySQL + If MySQL was not installed in the default location, the location of the MySQL configuration program "mysql_config" should be included with the switch, i.e. ./configure [other-options] --with-dhcp-mysql=path-to-mysql_config @@ -543,7 +543,7 @@ Debian and Ubuntu: "configure" step (see ), the --with-dhcp-pgsql switch should be specified: ./configure [other-options] --with-dhcp-pgsql - If PostgreSQL was not installed in the default location, the location of the PostgreSQL + If PostgreSQL was not installed in the default location, the location of the PostgreSQL configuration program "pg_config" should be included with the switch, i.e. ./configure [other-options] --with-dhcp-pgsql=path-to-pg_config @@ -569,6 +569,7 @@ Debian and Ubuntu: $ git clone https://github.com/datastax/cpp-driver $ cd cpp-driver $ mkdir build +$ cd build $ cmake .. $ make