mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 05:40:05 +00:00
Remove redundant apt-gets for sdl. One is sufficient and universal.
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:
|
||||
|
||||
* [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`
|
||||
- Fedora: `dnf install SDL2-devel`
|
||||
- OpenSUSE: `zypper in libSDL2-devel`
|
||||
|
Loading…
Reference in New Issue
Block a user