From d17eca67b5127f99c2c80b3d24630a39e9d1e211 Mon Sep 17 00:00:00 2001 From: zhuowei Date: Tue, 30 Dec 2014 21:25:53 -0800 Subject: [PATCH] Ubuntu's package name for Qt5 headers is qtbase5-dev --- Linux-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-Build.md b/Linux-Build.md index c85d672..4b78109 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -6,7 +6,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 libqt5-dev` or `apt-get install libqt4-dev` + * Deb: `apt-get install qtbase5-dev` or `apt-get install libqt4-dev` * Arch: `pacman -S qt5` or `pacman -S qt4` * GCC v4.7+ (for C++11 support) * Deb: `apt-get install build-essential`