Add Arch Linux build dependencies

This commit is contained in:
Sophie Marie
2022-07-18 14:12:40 -05:00
committed by GitHub
parent 5f5c39185f
commit eb145a2c7a

View File

@@ -125,6 +125,16 @@ Ubuntu, Debian
$ sudo apt install build-essential cmake extra-cmake-modules pkg-config ninja-build libfreetype-dev libsdl2-dev libpng-dev libopenal-dev librtmidi-dev libfaudio-dev qtbase5-dev qtbase5-private-dev qttools5-dev libevdev-dev
Arch
"""""""""""""
* Make sure to enable the multilib repository in your pacman.conf
.. code-block:: bash
$ sudo pacman -Sy base-devel cmake extra-cmake-modules pkg-config ninja libfreetype sdl2 libpng lib32-openal rtmidi faudio qt5-base qt5-xcb-private-headers qt5-tools libevdev
macOS (Homebrew)
""""""""""""""""