From a834ec3ad7a5fb4e22cdcf90bb119dea1733bf07 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 1 Sep 2014 02:56:48 -0700 Subject: [PATCH] Clarified dependency instructions on Debian and Arch --- Linux-Build.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Linux-Build.md b/Linux-Build.md index 615e5e2..89c8a1d 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -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: