Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
read the 'how to release' page
[simgrid.git] / doc / doxygen / install.doc
index 7c5216e..d65ddad 100644 (file)
@@ -15,9 +15,9 @@ SimGrid has very few dependencies and rely only on very standard
 tools. Recompiling the archive should be done in a few lines:
 
 @verbatim
-wget https://gforge.inria.fr/frs/download.php/28674/simgrid-3.8.1.tar.gz
-tar xf simgrid-3.8.1.tar.gz
-cd simgrid-3.8.1
+wget https://gforge.inria.fr/frs/download.php/28674/SimGrid-3.9.tar.gz
+tar xf SimGrid-3.9.tar.gz
+cd SimGrid-3.9
 cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid .
 make
 make install
@@ -473,7 +473,7 @@ target_link_libraries(TARGET_NAME simgrid pcre)
 \endverbatim
 \li To initialize and build your project, you'll need to run
 \verbatim
-cmake -G"MinGW Makefiles" \<path_to_HelloWorld_project\>
+cmake -G"MinGW Makefiles" <path_to_HelloWorld_project>
 \endverbatim
 \li Run "mingw32-make"
 \li You should obtain "TARGET_NAME.exe".