From 5e40fb42376499877063a9ddebd06047b8fa49c4 Mon Sep 17 00:00:00 2001 From: yodatak Date: Sun, 4 Feb 2018 06:13:22 +0100 Subject: [PATCH] Update instructions for Fedora compilation Adding some command to compile EmulationStation on Fedora 27 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 76908388e..c20441ab8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ sudo apt-get install libsdl2-dev libfreeimage-dev libfreetype6-dev libcurl4-open libasound2-dev libgl1-mesa-dev build-essential cmake fonts-droid \ libvlc-dev libvlccore-dev vlc-nox ``` +**On Fedora:** +All of this be easily installed with dnf ( With rpmfusion activated) : +```bash +sudo dnf install cmake SDL2-devel boost-devel freeimage-devel freetype-devel eigen3-devel curl-devel mesa-libGL-devel vlc-devel libcec-devel alsa-lib-devel +``` Note this Repository uses a git submodule - to checkout the source and all submodules, use