From ef7dc09b8ec0da7df90d6955f0c804b749eeaa62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 30 Jan 2023 15:59:16 +0100 Subject: [PATCH] Manual: link to the openSUSE package [skip ci] --- doc/manual/source/installation-and-configuration.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/installation-and-configuration.rst b/doc/manual/source/installation-and-configuration.rst index 8ef135efc4..775b9ab417 100644 --- a/doc/manual/source/installation-and-configuration.rst +++ b/doc/manual/source/installation-and-configuration.rst @@ -80,8 +80,12 @@ On Arch Linux, the Dynare package is not in the official repositories, but is available in the `Arch User Repository`_. The needed sources can be downloaded from the `package status in Arch Linux`_. -Dynare will be installed under ``/usr/lib/dynare``. Documentation will -be under ``/usr/share/doc/dynare`` (only on Debian, Ubuntu and Linux Mint). +There is also a Dynare package for openSUSE, see the `package status in +openSUSE`_. + +Dynare will be installed under ``/usr/lib/dynare`` (or ``/usr/lib64/dynare`` on +openSUSE). Documentation will be under ``/usr/share/doc/dynare`` (only on +Debian, Ubuntu and Linux Mint). On macOS @@ -303,6 +307,7 @@ Dynare unusable. .. _Package status in Ubuntu: https://launchpad.net/ubuntu/+source/dynare .. _Package status in Linux Mint: https://community.linuxmint.com/software/view/dynare .. _Package status in Arch Linux: https://aur.archlinux.org/packages/dynare/ +.. _Package status in openSUSE: https://software.opensuse.org/package/dynare .. _Arch User Repository: https://wiki.archlinux.org/index.php/Arch_User_Repository .. _Dynare website: https://www.dynare.org/ .. _Dynare wiki: https://git.dynare.org/Dynare/dynare/wikis -- GitLab