mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:30:06 +00:00
Updated Building for Linux (markdown)
parent
c4448b0f31
commit
614f22df40
@ -28,6 +28,13 @@ You'll need to download and install the following to build Citra:
|
|||||||
* Fedora: `dnf install ffmpeg-devel compat-ffmpeg4`
|
* Fedora: `dnf install ffmpeg-devel compat-ffmpeg4`
|
||||||
* OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel`
|
* OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel`
|
||||||
* OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel`
|
* OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel`
|
||||||
|
|
||||||
|
- [PORTAUDIO](http://www.portaudio.com/)
|
||||||
|
* Deb: `sudo apt install libasound-dev`
|
||||||
|
* Fedora: `dnf install portaudio-devel`
|
||||||
|
* OpenSUSE Leap 15: `zypper in portaudio-devel`
|
||||||
|
* OpenSUSE Tumbleweed: `zypper in portaudio-devel`
|
||||||
|
|
||||||
* Compiler: GCC or Clang. You only need one of these two:
|
* Compiler: GCC or Clang. You only need one of these two:
|
||||||
* GCC 10.0+.
|
* GCC 10.0+.
|
||||||
- Deb: `apt install build-essential`
|
- Deb: `apt install build-essential`
|
||||||
|
Loading…
Reference in New Issue
Block a user