Updated Building For Linux (markdown)

Maribel 2016-06-03 07:01:09 +01:00
parent 9515e9b755
commit 4b1d9c27e3

@ -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: You'll need to download and install the following to build Citra:
* [SDL2](https://www.libsdl.org/download-2.0.php) * [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` * Arch: `pacman -S sdl2`
* [Qt](http://qt-project.org/downloads) * [Qt](http://qt-project.org/downloads)
* Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` or `apt-get install libqt4-dev libqt4-opengl-dev` * Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` or `apt-get install libqt4-dev libqt4-opengl-dev`