From 98f4bf9798c4d966f290c295b70481789762e4e4 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 6 Sep 2014 19:22:01 -0700 Subject: [PATCH] Updated Linux Build (markdown) --- Linux Build.md => Linux-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Linux Build.md => Linux-Build.md (92%) diff --git a/Linux Build.md b/Linux-Build.md similarity index 92% rename from Linux Build.md rename to Linux-Build.md index 300142c..51d2f45 100644 --- a/Linux Build.md +++ b/Linux-Build.md @@ -5,7 +5,7 @@ You'll need to download and install the following to build Citra: * [GLFW](http://www.glfw.org/download.html) (tested with v3.0.4) * 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) +* [Qt](http://qt-project.org/downloads) * Deb: `apt-get install libqt4-dev` or `apt-get install libqt5-dev` * Arch: `pacman -S qt4` or `pacman -S qt5` * GCC v4.7+ (for C++11 support)