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`