Update instructions for Fedora compilation

Adding some command to compile EmulationStation on Fedora 27
This commit is contained in:
yodatak 2018-02-04 06:13:22 +01:00 committed by GitHub
parent 3adadc9377
commit 5e40fb4237
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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