summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorsalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-17 09:22:24 +0000
committersalinasd <salinasd@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2014-12-17 09:22:24 +0000
commit1fc48a45efd4122dbd1587e10e4cb8edd4e0013d (patch)
tree55d4b5c07f19e99bd8c7e968b24f7bbfd4f47e73 /src/common
parent3b31719b7d20aa2b5cfb76a63422ed722c940abc (diff)
doc link
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@362 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: fc0af8a276aa2842f08d0451b45a05ed49e1ccb2
Diffstat (limited to 'src/common')
-rw-r--r--src/common/doc/main_page.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 8e361900..fd8f9046 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -23,10 +23,10 @@ for a detailed description of the design of the library.
\section Compiling
The library uses c++11 and requires Boost with version 1.48.0 or more recent : http://www.boost.org/.
-The multi-field persistent homology algorithm has an optional dependency with GMP.
+The multi-field persistent homology algorithm has a dependency with GMP and some demos requires CGAL https://www.cgal.org/.
-The procedure to install these packages according to your operating system is
+The procedure to install these libraries according to your operating system is
detailled here http://doc.cgal.org/latest/Manual/installation.html
The library compiles in Linux and Mac OSX.