From 4517f620746d86e1cf2b52eb2a35e059a6dd9a5d Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Wed, 9 Oct 2024 15:04:58 -1000 Subject: [PATCH] Updated installation doc --- doc/source/installation.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index bbaaffbef0..0910060418 100755 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -22,8 +22,9 @@ And, one of the following: - **g++** - version 7.5 or higher - **clang** Required Dependencies --------------------- -- `SimGrid `__ – version 3.36 -- `JSON for Modern C++ `__ – version +- `SimGrid `__ ??? version 3.36 +- `SimGrid File System Module `__ ??? master branch +- `JSON for Modern C++ `__ ??? version 3.9.0 or higher (See the :ref:`install-troubleshooting` section below if encountering difficulties @@ -34,15 +35,15 @@ installing dependencies) Optional Dependencies --------------------- -- `Google Test `__ – version 1.8 +- `Google Test `__ ??? version 1.8 or higher (only required for running tests) -- `Doxygen `__ – version 1.8 or higher (only +- `Doxygen `__ ??? version 1.8 or higher (only required for generating documentation) - `Sphinx `__ - version 4.5 or higher along with the following Python packages: ``pip3 install sphinx-rtd-theme breathe recommonmark`` (only required for generating documentation) -- `Batsched `__ – version 1.4 +- `Batsched `__ ??? version 1.4 - useful for expanded batch-scheduled resource simulation capabilities - `Asio `__ - tag 1.28.0 or later (only required for building `wrench-daemon`, WRENCH's REST API daemon) @@ -149,7 +150,7 @@ Docker Containers WRENCH is also distributed in Docker containers. Please, visit the `WRENCH Repository on Docker -Hub `__ to pull WRENCH’s +Hub `__ to pull WRENCH???s Docker images. The ``latest`` tag provides a container with the latest `WRENCH @@ -162,7 +163,7 @@ release `__: docker run --rm -it wrenchproject/wrench /bin/bash The ``unstable`` tag provides a container with the (almost) current code -in the GitHub’s ``master`` branch: +in the GitHub???s ``master`` branch: .. code:: sh