Merge pull request #25 from rderooy/rdr/fedora

update build requirements, add Fedora
This commit is contained in:
Miran Grča
2023-09-09 13:31:08 +02:00
committed by GitHub

View File

@@ -95,11 +95,14 @@ The build process requires the following tools:
* CMake (>= 3.15)
* ``pkg-config``
* libatomic
Development files for the following libraries are also needed:
* FluidSynth
* FreeType
* libpng
* libslirp
* RtMidi
* SDL2
* FAudio (optional on Windows)
@@ -135,6 +138,15 @@ Arch
.. note:: Make sure to enable the multilib repository in your ``pacman.conf`` file.
Fedora
""""""
.. code-block:: bash
$ sudo dnf groupinstall "C Development Tools and Libraries"
$ sudo dnf install cmake extra-cmake-modules pkg-config ninja-build freetype-devel SDL2-devel libatomic libpng-devel libslirp-devel libXi-devel openal-soft-devel rtmidi-devel libFAudio-devel qt5-linguist qt5-qtconfiguration-devel qt5-qtbase-private-devel qt5-qtbase-static wayland-devel libevdev-devel libxkbcommon-x11-devel
macOS (Homebrew)
""""""""""""""""