From 70599998ebd72f1765eed9120693fac4e48471b9 Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Sun, 11 Mar 2018 17:20:58 +0100 Subject: [PATCH] Document how to install on Fedora --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ff94405c..fb7f0aec 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ sudo apt install make gcc pkg-config meson \ sudo apt install openjdk-8-jdk ``` +For Fedora you need to install the following packages: + +```bash +# enable RPM fusion free +sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm +sudo dnf install SDL2-devel ffms2-devel meson gcc make +``` + #### Windows For Windows, for simplicity, a prebuilt archive with all the dependencies