summaryrefslogtreecommitdiff
path: root/doc/common/installation.h
diff options
context:
space:
mode:
Diffstat (limited to 'doc/common/installation.h')
-rw-r--r--doc/common/installation.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/common/installation.h b/doc/common/installation.h
index 25675cc5..12407c18 100644
--- a/doc/common/installation.h
+++ b/doc/common/installation.h
@@ -5,8 +5,9 @@
* Examples of GUDHI headers inclusion can be found in \ref demos.
*
* \section compiling Compiling
- * The library uses c++11 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> with version 1.48.0 or
- * more recent. It is a multi-platform library and compiles on Linux, Mac OSX and Visual Studio 2015.
+ * The library uses c++11 and requires <a target="_blank" href="http://www.boost.org/">Boost</a> &ge; 1.48.0
+ * and <a target="_blank" href="https://www.cmake.org/">CMake</a> &ge; 3.1.
+ * It is a multi-platform library and compiles on Linux, Mac OSX and Visual Studio 2015.
*
* \subsection demos Demos and examples
* To build the demos and examples, run the following commands in a terminal: