Updated Building for Linux (markdown)

amidevous 2023-06-12 10:07:07 +02:00
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`
* OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-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:
* GCC 10.0+.
- Deb: `apt install build-essential`