From 9743125a19f37e432ea09bedd4667b9bebd2e46f Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 26 Oct 2018 18:21:25 +0200 Subject: [PATCH] Tuto algo: say how to specify where SimGrid is installed --- docs/source/Tutorial_Algorithms.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1