mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:10:05 +00:00
Missing dependencies for FFmpeg-devel on Fedora
parent
9cba75411d
commit
01fedaa5b2
@ -22,6 +22,7 @@ You'll need to download and install the following to build Citra:
|
|||||||
- [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+
|
- [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+
|
||||||
* Deb: sudo apt install ffmpeg libswscale-dev libavdevice57 libavformat-dev libavcodec-dev libavdevice-dev
|
* Deb: sudo apt install ffmpeg libswscale-dev libavdevice57 libavformat-dev libavcodec-dev libavdevice-dev
|
||||||
* For ubuntu > 18.10 libavdevice57 is libavdevice58 (maybe also for kde neon)
|
* For ubuntu > 18.10 libavdevice57 is libavdevice58 (maybe also for kde neon)
|
||||||
|
* Fedore: `dnf install ffmpeg-devel`
|
||||||
* Compiler: GCC or Clang. You only need one of these two:
|
* Compiler: GCC or Clang. You only need one of these two:
|
||||||
* GCC 7.0+.
|
* GCC 7.0+.
|
||||||
- Deb: `apt-get install build-essential`
|
- Deb: `apt-get install build-essential`
|
||||||
|
Loading…
Reference in New Issue
Block a user