summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-20 16:13:33 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2015-11-20 16:13:33 +0000
commit061e43a2a48525bc5a69482a1ea80f20ff505e55 (patch)
treeb90cbb4f720b7e205f02752a166fbf86409f0777 /src
parente35a90975ee8596a06cc46dc0a887d21545fbf5d (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/common/doc/main_page.h17
1 files changed, 7 insertions, 10 deletions
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 <a target="_blank" href="http://gmplib.org/">GNU Multiple Precision Arithmetic
* Library</a> (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: