Clarified dependency instructions on Debian and Arch

archshift 2014-09-01 02:56:48 -07:00
parent b8973f3e3b
commit a834ec3ad7

@ -3,11 +3,17 @@
You'll need to download and install the following to build Citra:
* [GLFW](http://www.glfw.org/download.html) (tested with v3.0.4)
* Requires X11 and OpenGL header packages installed, e.g. xorg-dev and libglu1-mesa-dev on Ubuntu
* [Qt v4](http://qt-project.org/downloads) (tested with version 4.8.5.
* Note... v5 will be supported soon
* You should probably build this from source. Directions are below.
* Deb: Requires `apt-get install xorg-dev` and `apt-get install libglu1-mesa-dev`
* [Qt v4](http://qt-project.org/downloads)
* Deb: `apt-get install qt4` or `apt-get install qt5`
* Arch: `pacman -S qt4` or `pacman -S qt5`
* GCC v4.7+ (for C++11 support)
* Deb: `apt-get install gcc`, `apt-get install make`
* Arch: `pacman -S gcc`, `pacman -S make`
* [CMake](http://www.cmake.org/)
* Deb: `apt-get install cmake`
* Arch: `pacman -S cmake`
### Build GLFW: