mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Merge pull request #368 from yodatak/patch-1
Update instructions for Fedora compilation
This commit is contained in:
commit
4d732a448e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue