Merge branch 'master' into 'master'

Update Installation Instructions to include Fedora installation

See merge request OpenMW/openmw!4819
This commit is contained in:
Evil Eye 2025-07-30 19:22:56 +00:00
commit 2efa76052f

View File

@ -62,6 +62,25 @@ 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.
``openmw`` includes the launcher, install wizard, iniimporter and the engine itself.
``openmw-cs`` includes the construction set.
``openmw-tools`` includes ``bsatool``, ``esmtool`` and ``niftest``.
.. code-block:: console
$ dnf install openmw
$ dnf install openmw-cs
$ dnf install openmw-tools
Flatpak
=======