From c21674324d474a4e2b16bcddec14dc6df513348d Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Sat, 16 Oct 2021 10:37:55 -0700 Subject: [PATCH] preparing release 1.10 --- doc/install.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/install.md b/doc/install.md index 4618d594a7..3b0989634b 100644 --- a/doc/install.md +++ b/doc/install.md @@ -5,14 +5,14 @@ Installing WRENCH {#install} # Prerequisites # {#install-prerequisites} -WRENCH is developed in `C++`. The code follows the C++11 standard, and thus older +WRENCH is developed in `C++`. The code follows the C++14 standard, and thus older compilers may fail to compile it. Therefore, we strongly recommend users to satisfy the following requirements: -- **CMake** - version 3.5 or higher +- **CMake** - version 3.7 or higher And, one of the following: -- **g++** - version 5.4 or higher +- **g++** - version 6.3 or higher - **clang** - version 3.8 or higher ## Required Dependencies ## {#install-prerequisites-dependencies}