Merge pull request #368 from yodatak/patch-1

Update instructions for Fedora compilation
This commit is contained in:
Jools Wills 2018-02-08 19:49:31 +00:00 committed by GitHub
commit 4d732a448e
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