From a032429dce531a2897509a92a79ac15d3755fbf9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 26 Oct 2018 18:31:00 +0200 Subject: [PATCH] cosmetics, sorry for the noise --- docs/source/Tutorial_Algorithms.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 622aeb1c17..fdc48a39dc 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -353,10 +353,12 @@ everything as follows: .. code-block:: shell + # (exporting SimGrid_PATH is only needed if SimGrid is installed in a non-standard path) + export SimGrid_PATH=/where/to/simgrid + git clone git@framagit.org:simgrid/simgrid-template-s4u.git cd simgrid-template-s4u/ - SimGrid_PATH=/where/to/simgrid cmake . - # (SimGrid_PATH is only needed if SimGrid is installed in a non-standard path) + cmake . make If you struggle with the compilation, then you should double check -- 2.20.1