X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/66ac8125be051cbb1961439f9c7d5dcb0488f3cb..aa4c8eeb3051e5adfef317cda2ae590ca13e6f3e:/docs/source/Installing_SimGrid.rst diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index f7418a087e..78e9c9f628 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -1,4 +1,4 @@ -.. Copyright 2005-2019 +.. Copyright 2005-2020 .. _install: @@ -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 @@ -244,7 +244,8 @@ enable_documentation (on/OFF) version for now. enable_java (on/OFF) - Generates the java bindings of SimGrid. + Generates the java bindings of SimGrid. You must also enable MSG for + this to work. enable_jedule (on/OFF) Produces execution traces from SimDag simulations, which can then be visualized with the @@ -273,6 +274,9 @@ enable_model-checking (on/OFF) simulation speed** even when the model checker is not activated at run time. +enable_msg (on/OFF) + Activates the :ref:`MSG ` legacy interface. + enable_ns3 (on/OFF) Activates the ns-3 bindings. See section :ref:`model_ns3`. @@ -428,7 +432,10 @@ and if you get it working, please @ref community_contact "tell us". Python-specific instructions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Recompiling the Python bindings from the source should be as easy as: +Once you have the Python development headers installed as well as a +recent version of the `pybind11 ` +module (version at least 2.4), recompiling the Python bindings from +the source should be as easy as: .. code-block:: shell