Skip to content

Commit

Permalink
preparing release 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Oct 16, 2021
1 parent 82978f8 commit c216743
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c216743

Please sign in to comment.