From 5906aea452f3aa5b224ae354190c58ae2fd76d19 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Wed, 16 Nov 2016 01:48:49 +0100 Subject: [PATCH] Removed qt4 ("linkmauve1: [...] it got removed back in June.") --- Building-for-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index a9c3b50..ff0b488 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -8,8 +8,8 @@ You'll need to download and install the following to build Citra: * Deb: `apt-get install sdl2` or `apt-get install libsdl2-2.0-0` or `apt-get install libsdl2-dev` * Arch: `pacman -S sdl2` * [Qt](http://qt-project.org/downloads) - * 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` + * Deb: `apt-get install qtbase5-dev libqt5opengl5-dev` + * Arch: `pacman -S qt5` * GCC v5+ (for C++14 support) * Deb: `apt-get install build-essential` * Arch: `pacman -S base-devel`