diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 0313214..f256bf5 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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`