summaryrefslogtreecommitdiff
path: root/src/python/doc
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-10-18 10:23:48 +0200
committerGitHub <noreply@github.com>2022-10-18 10:23:48 +0200
commit9d38d47755a47d4e8bcf20833e609544fd406458 (patch)
tree5edfbfda74be3c4b7cc944c3daf6d71532f45507 /src/python/doc
parent524718d63a8f633dbcc4fe7db3fe920ebd7e972c (diff)
parentfd66e103bd7f6fba20f0eb915294dacb15807747 (diff)
Merge pull request #697 from VincentRouvreau/feature/cpp17
c++17 as a new standard to compile the library
Diffstat (limited to 'src/python/doc')
-rw-r--r--src/python/doc/installation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 4eefd415..b704f778 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -39,7 +39,7 @@ If you are instead using a git checkout, beware that the paths are a bit
different, and in particular the `python/` subdirectory is actually `src/python/`
there.
-The library uses c++14 and requires `Boost <https://www.boost.org/>`_ :math:`\geq` 1.66.0,
+The library uses c++17 and requires `Boost <https://www.boost.org/>`_ :math:`\geq` 1.66.0,
`CMake <https://www.cmake.org/>`_ :math:`\geq` 3.5 to generate makefiles,
Python :math:`\geq` 3.5, `NumPy <http://numpy.org>`_ :math:`\geq` 1.15.0, `Cython <https://www.cython.org/>`_
:math:`\geq` 0.27 and `pybind11 <https://github.com/pybind/pybind11>`_ to compile the GUDHI Python module.