Fedora packages

Add `dnf` packages for Fedora. I need to double check with a vanilla Fedora installation because I already had some dev tools installed.
This commit is contained in:
Michael Gangolf 2018-03-10 12:10:55 +01:00 committed by GitHub
parent f9562f537a
commit 24103393ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,9 @@ Install the required packages from your package manager (here, for Debian):
sudo apt install make gcc openjdk-8-jdk pkg-config meson zip \
libavcodec-dev libavformat-dev libavutil-dev \
libsdl2-dev
For Fedora you need to install the following packages:
sudo dnf install SDL2-devel ffmm2-devel meson gcc make
#### Windows