From d5a18f918477c39f219934237515212b314750c6 Mon Sep 17 00:00:00 2001 From: Sanskar Bhushan Date: Thu, 12 May 2022 22:29:38 +0530 Subject: [PATCH] made few changes --- doc/src/pgRouting-installation.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/src/pgRouting-installation.rst b/doc/src/pgRouting-installation.rst index 6704df33041..84b2c9e0324 100644 --- a/doc/src/pgRouting-installation.rst +++ b/doc/src/pgRouting-installation.rst @@ -157,9 +157,13 @@ Dependencies To be able to compile pgRouting, make sure that the following dependencies are met: -* C and C++0x compilers - Compiling with Boost 1.56 up to Boost 1.74 requires - C++ Compiler with C++03 or C++11 standard support - Compiling with Boost 1.75 - requires C++ Compiler with C++14 standard support +* C and C++0x compilers + + * Compiling with Boost 1.56 up to Boost 1.74 requires C++ Compiler with + C++03 or C++11 standard support + * Compiling with Boost 1.75 requires C++ Compiler with C++14 standard + support + * Postgresql version = Supported versions by PostgreSQL * The Boost Graph Library (BGL). Version >= 1.56 * CMake >= 3.2 @@ -359,7 +363,7 @@ pgRouting .. code-block:: bash - $ cmake -DWITH_DOC=ON -DDOC-USE-BOOTSTRAP=ON .. + $ cmake -DWITH_DOC=ON -DDOC_USE_BOOTSTRAP=ON .. .. note:: Most of the effort of the documentation has been on the html files.