mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 00:00:07 +00:00
Updated Building for Linux (markdown)
parent
b609b05089
commit
412e8e6178
@ -50,13 +50,6 @@ You'll need to download and install the following to build Citra:
|
||||
* OpenSUSE Leap 15: `zypper in pipewire-devel`
|
||||
* OpenSUSE Tumbleweed: `zypper in pipewire-devel`
|
||||
|
||||
* [sndio](https://sndio.org/)
|
||||
* Deb: `sudo apt install libsndio-dev`
|
||||
* Fedora: `sudo dnf -y copr enable andykimpe/shadow && sudo dnf -y install sndio`
|
||||
* OpenSUSE Leap 15: `zypper in sndio-devel`
|
||||
* OpenSUSE Tumbleweed: `zypper in sndio-devel`
|
||||
|
||||
|
||||
|
||||
* **Optional dependencies needed for HLE AAC Decoding on Linux**
|
||||
- [FFMPEG](https://ffmpeg.org/download.html#build-linux) 4.0+
|
||||
@ -65,6 +58,13 @@ You'll need to download and install the following to build Citra:
|
||||
* OpenSUSE Leap 15: `zypper in ffmpeg-3 ffmpeg-3-libavcodec-devel`
|
||||
* OpenSUSE Tumbleweed: `zypper in ffmpeg-4 ffmpeg-4-libavcodec-devel`
|
||||
|
||||
* **Optional dependencies**
|
||||
* [sndio](https://sndio.org/)
|
||||
* Deb: `sudo apt install libsndio-dev`
|
||||
* Fedora: `sudo dnf -y copr enable andykimpe/shadow && sudo dnf -y install sndio`
|
||||
* OpenSUSE Leap 15: `zypper in sndio-devel`
|
||||
* OpenSUSE Tumbleweed: `zypper in sndio-devel`
|
||||
|
||||
* **Optional dependencies**
|
||||
* [Gnome esound](https://download.gnome.org/sources/esound/)
|
||||
* Deb: `echo "esound require build use source code https://download.gnome.org/sources/esound/"`
|
||||
|
Loading…
Reference in New Issue
Block a user