X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f49142d127a18e57635fd8c54abfb450c4600339..01dca8e143a11269ad071ccba4b2517a3f57cdad:/doc/doxygen/install.doc diff --git a/doc/doxygen/install.doc b/doc/doxygen/install.doc index d65ddad34a..1ddc77f627 100644 --- a/doc/doxygen/install.doc +++ b/doc/doxygen/install.doc @@ -15,7 +15,7 @@ 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.9.tar.gz +wget https://gforge.inria.fr/frs/download.php/32047/SimGrid-3.9.tar.gz tar xf SimGrid-3.9.tar.gz cd SimGrid-3.9 cmake -DCMAKE_INSTALL_PREFIX=/opt/simgrid . @@ -23,7 +23,7 @@ make make install @endverbatim -If you want to stay on the blending edge, you should get the latest +If you want to stay on the bleeding edge, you should get the latest git version, and recompile it as you would do for an official archive. Depending on the files you change in the source tree, some extra tools may be needed.