From 4b1d9c27e3ec210dc23c6f410f7e96b9b1ec3bab Mon Sep 17 00:00:00 2001 From: Maribel Date: Fri, 3 Jun 2016 07:01:09 +0100 Subject: [PATCH] Updated Building For Linux (markdown) --- 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 907ea1b..9c3e8ba 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` + * Deb: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` or `apt-get install libsdl2-dev` * 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`