Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics, sorry for the noise
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 26 Oct 2018 16:31:00 +0000 (18:31 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 26 Oct 2018 16:31:00 +0000 (18:31 +0200)
docs/source/Tutorial_Algorithms.rst

index 622aeb1..fdc48a3 100644 (file)
@@ -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