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