From: Martin Quinson Date: Fri, 26 Oct 2018 16:31:00 +0000 (+0200) Subject: cosmetics, sorry for the noise X-Git-Tag: v3_22~857 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a032429dce531a2897509a92a79ac15d3755fbf9 cosmetics, sorry for the noise --- 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