From 8a014701f2b6f7eb59d0ef255783586d9515fc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Fernandes?= Date: Mon, 13 Jul 2015 23:51:23 +0100 Subject: [PATCH] The basic qt modules are not enough to compile citra: the opengl module is needed --- Linux-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-Build.md b/Linux-Build.md index f1babe0..aa8561f 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -8,7 +8,7 @@ You'll need to download and install the following to build Citra: * Deb: You should probably build this from source. Directions are below. * Arch: `pacman -S glfw` * [Qt](http://qt-project.org/downloads) - * Deb: `apt-get install qtbase5-dev` or `apt-get install libqt4-dev` + * Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` or `apt-get install libqt4-dev libqt4-opengl-dev` * Arch: `pacman -S qt5` or `pacman -S qt4` * GCC v4.7+ (for C++11 support) * Deb: `apt-get install build-essential`