From 56882dd5f3ee4fbf67a6a82bbf50dcb5785cb91d Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sat, 30 Apr 2016 13:01:26 -0700 Subject: [PATCH] Adding Ubuntu repository names --- 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 2692349..907ea1b 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` + * Deb: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` * Arch: `pacman -S sdl2` * [Qt](http://qt-project.org/downloads) * Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` or `apt-get install libqt4-dev libqt4-opengl-dev`