Remove redundant apt-gets for sdl. One is sufficient and universal.

Witold Baryluk 2020-12-08 20:07:49 +00:00
parent a89dd5eeac
commit 42c48b0803

@ -5,7 +5,7 @@ An unofficial PKGBUILD of Citra is available for Arch Linux on the [AUR](https:/
You'll need to download and install the following to build Citra: You'll need to download and install the following to build Citra:
* [SDL2](https://www.libsdl.org/download-2.0.php) * [SDL2](https://www.libsdl.org/download-2.0.php)
- Deb: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` or `apt-get install libsdl2-dev` - Deb: `apt-get install libsdl2-dev`
- Arch: `pacman -S sdl2` - Arch: `pacman -S sdl2`
- Fedora: `dnf install SDL2-devel` - Fedora: `dnf install SDL2-devel`
- OpenSUSE: `zypper in libSDL2-devel` - OpenSUSE: `zypper in libSDL2-devel`