From 32743437a10369e8c42684c442f6095754ac9a2e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 11 Jun 2019 15:03:50 +0200 Subject: [PATCH] doc: Fix Debian installation instruction This fixes FG#22. --- ChangeLog | 1 + docs/source/Installing_SimGrid.rst | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3609374160..c0a2cbf270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -44,6 +44,7 @@ Fixed bugs (FG=FramaGit; GH=GitHub): - FG#14: Installs the empty directory 'doc/simgrid/html' - FG#15: Setting -Denable_python=OFF doesn't disable the search for pybind11 - FG#20: 'tesh --help' should return 0 + - FG#22: Debian installation instruction are broken - GH#133: Java: a process can run on a VM even if its host is off - GH#320: Stacktrace: Avoid the backtrace variant of Boost.Stacktrace? - GH#326: Valgrind-detected error for join() when energy plugin is activated diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index 31cb7e9b70..de838154a6 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -16,11 +16,15 @@ Pre-compiled Packages Binaries for Linux ^^^^^^^^^^^^^^^^^^ -On Debian or Ubuntu, simply type: +To get all of SimGrid on Debian or Ubuntu, simply type the following. .. code-block:: shell - apt install simgrid + apt install libsimgrid-dev simgrid-java + +The package ``libsimgrid-dev`` is sufficient if you only plan to use the +C or C++ interfaces of SimGrid while ``simgrid-java`` if you only plan +to use the Java bindings. If you build pre-compiled packages for other distributions, drop us an email. -- 2.20.1