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

Public GIT Repository
ns3: mark some bits of the implem as private
[simgrid.git] / docs / source / Installing_SimGrid.rst
index c5bf3044df8b2377cc84c272a41c07d5ba063f86..47c344749e7567f093583f27b8572c4ef3512fdd 100644 (file)
@@ -72,7 +72,7 @@ per year, numbered 3.24 or 3.25. Backward compatibility is ensured for
 one year: Code compiling without warning on 3.24 will still compile
 with 3.28, but maybe with some deprecation warnings. You should update
 your SimGrid installation at least once a year and fix those
-deprecation warnings: the compatiblity wrappers are usually removed
+deprecation warnings: the compatibility wrappers are usually removed
 after 4 versions. Another approach is to never update your SimGrid
 installation, but we don't provide any support to old versions.
 
@@ -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