diff --git a/Building-for-Linux.md b/Building-for-Linux.md index d5d3763..877e8b3 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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/"`