From 061e43a2a48525bc5a69482a1ea80f20ff505e55 Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Fri, 20 Nov 2015 16:13:33 +0000 Subject: Bug on gudhi installation doc page git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@928 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 7fb83a82e11210bce9842a80779455681d6508f3 --- src/common/doc/main_page.h | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'src/common') diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h index 689e7a4d..41b8ba1e 100644 --- a/src/common/doc/main_page.h +++ b/src/common/doc/main_page.h @@ -56,6 +56,7 @@ * The following example requires the GNU Multiple Precision Arithmetic * Library (GMP) and will not be built if GMP is not installed: * \li Persistent_cohomology/rips_multifield_persistence + * * Having GMP version 4.2 or higher installed is recommended. * * \subsection cgal CGAL: @@ -72,19 +73,15 @@ * * \subsection demos Demos and examples * To build the demos and libraries, run the following commands in a terminal: - * \verbatim - * cd /path-to-gudhi/ - * mkdir build - * cd build/ - * cmake .. - * make - * \endverbatim +\verbatim cd /path-to-gudhi/ +mkdir build +cd build/ +cmake .. +make \endverbatim * * \subsection testsuites Test suites * To test your build, run the following command in a terminal: - * \verbatim - * make test - * \endverbatim + * \verbatim make test \endverbatim * * \section Contributions Bug reports and contributions * Please help us improving the quality of the GUDHI library. You may report bugs or suggestions to: -- cgit v1.2.3