Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s4u tuto: make it clear that you have to run cmake and make on docker content
[simgrid.git] / docs / source / tuto_s4u.rst
index df2feec..a525c89 100644 (file)
@@ -328,6 +328,8 @@ log in:
 
    cp -r /source/simgrid-template-s4u/* /source/tutorial
    cd /source/tutorial
+   cmake .
+   make
 
 Using your Computer Natively
 ............................