From: Millian Poquet Date: Wed, 22 Sep 2021 15:50:31 +0000 (+0200) Subject: doc: install/usage with nix/pacman X-Git-Tag: v3.29~52^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/24ddf56da1910fedcde1c20a727e2d17b2596675?hp=5869c55c15b9563fe5f7ab4e54e21cf1eff8dbfe doc: install/usage with nix/pacman --- diff --git a/docs/source/Installing_SimGrid.rst b/docs/source/Installing_SimGrid.rst index 696dae7ede..8f597b8c8f 100644 --- a/docs/source/Installing_SimGrid.rst +++ b/docs/source/Installing_SimGrid.rst @@ -25,9 +25,26 @@ following lines, or several lines if you need several languages. $ apt install simgrid-java # if you want to develop in Java $ apt install python3-simgrid # if you want to develop in Python +If you use the Nix_ package manager, the latest SimGrid release is packaged as ``simgrid`` in Nixpkgs_. +Previous SimGrid versions are maintained in `NUR-Kapack`_ and are available +pre-compiled in release and debug modes on the `capack cachix binary cache`_ +— refer to `NUR-Kapack's documentation`_ for usage instructions. + +If you use a pacman-based system (*e.g.*, Arch Linux and derived distributions), +the latest SimGrid is available in the `simgrid AUR package`_ +— refer to `AUR official documentation`_ for installation instructions. + If you build pre-compiled packages for other distributions, drop us an email. +.. _Nix: https://nixos.org/ +.. _Nixpkgs: https://github.com/NixOS/nixpkgs +.. _NUR-Kapack: https://github.com/oar-team/nur-kapack +.. _capack cachix binary cache: https://app.cachix.org/cache/capack +.. _NUR-Kapack's documentation: https://github.com/oar-team/nur-kapack +.. _simgrid AUR package: https://aur.archlinux.org/packages/simgrid/ +.. _AUR official documentation: https://wiki.archlinux.org/title/Arch_User_Repository + .. _install_java_precompiled: Stable Java Package