From b7fe1a6eb2599d712a59b4238627dad3bf0878eb Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 29 Jul 2025 11:59:42 -0700 Subject: [PATCH 1/4] Edit install-openmw.rst --- docs/source/manuals/installation/install-openmw.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/source/manuals/installation/install-openmw.rst b/docs/source/manuals/installation/install-openmw.rst index c99b04da91..f657638138 100644 --- a/docs/source/manuals/installation/install-openmw.rst +++ b/docs/source/manuals/installation/install-openmw.rst @@ -62,6 +62,19 @@ However, it depends on several packages which are not in stable, so it is not possible to install OpenMW in Wheezy without creating a FrankenDebian. This is not recommended or supported. +Fedora +====== + +OpenMW is available in the official repository of Fedora for versions 41 and up. +To install simply run the following as root (or in sudo), depending on what packages +you want. + +.. code-block:: console + + $ dnf install openmw + $ dnf install openmw-cs + $ dnf install openmw-tools + Flatpak ======= From 442e8796b47fa80eac131caa2324271aecd05e96 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 30 Jul 2025 09:08:56 -0700 Subject: [PATCH 2/4] Edit install-openmw.rst --- docs/source/manuals/installation/install-openmw.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/manuals/installation/install-openmw.rst b/docs/source/manuals/installation/install-openmw.rst index f657638138..6cdc42fe72 100644 --- a/docs/source/manuals/installation/install-openmw.rst +++ b/docs/source/manuals/installation/install-openmw.rst @@ -69,6 +69,12 @@ OpenMW is available in the official repository of Fedora for versions 41 and up. To install simply run the following as root (or in sudo), depending on what packages you want. +``openmw`` includes the launcher, install wizard, iniimporter and the game itself. + +``openmw-cs`` includes the construction set. + +``openmw-tools`` includes `bsatool`, `esmtool` and `niftest`. + .. code-block:: console $ dnf install openmw From 62492c7738b7859673b7c81111d495ae44b72b8d Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 30 Jul 2025 09:11:00 -0700 Subject: [PATCH 3/4] Edit install-openmw.rst --- docs/source/manuals/installation/install-openmw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/manuals/installation/install-openmw.rst b/docs/source/manuals/installation/install-openmw.rst index 6cdc42fe72..96c29b070c 100644 --- a/docs/source/manuals/installation/install-openmw.rst +++ b/docs/source/manuals/installation/install-openmw.rst @@ -73,7 +73,7 @@ you want. ``openmw-cs`` includes the construction set. -``openmw-tools`` includes `bsatool`, `esmtool` and `niftest`. +``openmw-tools`` includes ``bsatool``, ``esmtool`` and ``niftest``. .. code-block:: console From 24c7d2f075a4faeae9e7f6263406da2664360c81 Mon Sep 17 00:00:00 2001 From: Claire Date: Wed, 30 Jul 2025 09:54:54 -0700 Subject: [PATCH 4/4] Edit install-openmw.rst --- docs/source/manuals/installation/install-openmw.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/manuals/installation/install-openmw.rst b/docs/source/manuals/installation/install-openmw.rst index 96c29b070c..05ea40a638 100644 --- a/docs/source/manuals/installation/install-openmw.rst +++ b/docs/source/manuals/installation/install-openmw.rst @@ -69,7 +69,7 @@ OpenMW is available in the official repository of Fedora for versions 41 and up. To install simply run the following as root (or in sudo), depending on what packages you want. -``openmw`` includes the launcher, install wizard, iniimporter and the game itself. +``openmw`` includes the launcher, install wizard, iniimporter and the engine itself. ``openmw-cs`` includes the construction set.