fixed formatting lines 212 215

This commit is contained in:
Jürgen Weigert 2015-12-03 14:04:43 +01:00
parent f54f48615d
commit f2c9a49c50
1 changed files with 2 additions and 2 deletions

View File

@ -209,10 +209,10 @@ To build the most up to date version of the client:
cmake -DCMAKE_BUILD_TYPE="Debug" ..
..note:: You must use absolute paths for the ``include`` and ``library``
.. note:: You must use absolute paths for the ``include`` and ``library``
directories.
..note:: On Mac OS X, you need to specify ``-DCMAKE_INSTALL_PREFIX=target``,
.. note:: On Mac OS X, you need to specify ``-DCMAKE_INSTALL_PREFIX=target``,
where ``target`` is a private location, i.e. in parallel to your build
dir by specifying ``../install``.