]> AND Public Git Repository - simgrid.git/blobdiff - docs/source/Installing_SimGrid.rst
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the src and dst from the Link::on_communicate callback since it's now in the...
[simgrid.git] / docs / source / Installing_SimGrid.rst
index c5bf3044df8b2377cc84c272a41c07d5ba063f86..78e9c9f6287679712d39f98a77677ef82739f50e 100644 (file)
@@ -134,8 +134,8 @@ Grab the last **stable release** from `FramaGit
 
 .. code-block:: shell
 
-   tar xf SimGrid-3-XX.tar.gz
-   cd SimGrid-*
+   tar xf simgrid-3-XX.tar.gz
+   cd simgrid-*
    cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .
    make
    make install