From: Martin Quinson Date: Fri, 26 Oct 2018 16:21:25 +0000 (+0200) Subject: Tuto algo: say how to specify where SimGrid is installed X-Git-Tag: v3_22~858 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9743125a19f37e432ea09bedd4667b9bebd2e46f?ds=sidebyside Tuto algo: say how to specify where SimGrid is installed --- diff --git a/docs/source/Tutorial_Algorithms.rst b/docs/source/Tutorial_Algorithms.rst index 43949d2148..622aeb1c17 100644 --- a/docs/source/Tutorial_Algorithms.rst +++ b/docs/source/Tutorial_Algorithms.rst @@ -355,7 +355,8 @@ everything as follows: git clone git@framagit.org:simgrid/simgrid-template-s4u.git cd simgrid-template-s4u/ - cmake . + SimGrid_PATH=/where/to/simgrid cmake . + # (SimGrid_PATH is only needed if SimGrid is installed in a non-standard path) make If you struggle with the compilation, then you should double check