mirror of
https://github.com/86Box/docs.git
synced 2026-02-22 09:35:33 -07:00
Merge pull request #25 from rderooy/rdr/fedora
update build requirements, add Fedora
This commit is contained in:
@@ -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)
|
||||
""""""""""""""""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user