Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
C++17 is required since commit d5718258083be61d600e55b70915ccca43666e0f.
[simgrid.git] / docs / source / Installing_SimGrid.rst
index 9d5d606..6a94fe2 100644 (file)
@@ -111,8 +111,8 @@ Getting the Dependencies
 ^^^^^^^^^^^^^^^^^^^^^^^^
 
 C++ compiler (either g++, clang, or icc).
-  We use the C++14 standard, and older compilers tend to fail on
-  us. It seems that g++ 5.0 or higher is required nowadays (because of
+  We use the C++17 standard, and older compilers tend to fail on
+  us. It seems that g++ 7.0 or higher is required nowadays (because of
   boost).  SimGrid compiles well with `clang` or `icc` too.
 Python 3.
   SimGrid should build without Python. That is only needed by our regression test suite.