Skip to content

Commit

Permalink
updating installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfsilva committed Feb 9, 2020
1 parent 470048d commit b069bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WRENCH is developed in `C++`. The code follows the C++11 standard, and thus olde
compilers may fail to compile it. Therefore, we strongly recommend
users to satisfy the following requirements:

- **CMake** - version 3.2.3 or higher
- **CMake** - version 3.5 or higher

And, one of the following:
- <b>g++</b> - version 5.0 or higher
Expand All @@ -26,7 +26,7 @@ And, one of the following:

## Required Dependencies ## {#install-prerequisites-dependencies}

- [SimGrid](https://simgrid.org/) -- version 3.21
- [SimGrid](https://simgrid.org/) -- version 3.25
- [Lemon C++ library](http://lemon.cs.elte.hu/) -- version 1.3.1 or higher
- [PugiXML](http://pugixml.org/) -- version 1.8 or higher
- [JSON for Modern C++](https://github.com/nlohmann/json) -- version 2.1.1 or higher
Expand Down

0 comments on commit b069bf3

Please sign in to comment.