Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
write in the tuto that we need a recent version of SG
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 13:46:47 +0000 (15:46 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 19 May 2019 19:10:32 +0000 (21:10 +0200)
docs/source/Tutorial_Algorithms.rst

index 7861435..268de13 100644 (file)
@@ -334,12 +334,12 @@ recompile it when you first log in:
 Using your Computer Natively
 ............................
 
-To take the tutorial on your machine, you first need to :ref:`install
-SimGrid <install>`, a C++ compiler and also ``pajeng`` to visualize
-the traces. You may want to install `Vite
-<http://vite.gforge.inria.fr/>`_ to get a first glance at the
-traces. The provided code template requires cmake to compile. On
-Debian and Ubuntu for example, you can get them as follows:
+To take the tutorial on your machine, you first need to :ref:`install 
+a recent version of SimGrid <install>`, a C++ compiler and also
+``pajeng`` to visualize the traces. You may want to install `Vite
+<http://vite.gforge.inria.fr/>`_ to get a first glance at the traces.
+The provided code template requires cmake to compile. On Debian and
+Ubuntu for example, you can get them as follows:
 
 .. code-block:: shell