From 42c48b080341fafcccd819a2429dfacbb64591b8 Mon Sep 17 00:00:00 2001 From: Witold Baryluk Date: Tue, 8 Dec 2020 20:07:49 +0000 Subject: [PATCH] Remove redundant apt-gets for sdl. One is sufficient and universal. --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`