diff --git a/Linux-Build.md b/Linux-Build.md index 89c8a1d..ed4186e 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -6,10 +6,10 @@ You'll need to download and install the following to build Citra: * 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) - * Deb: `apt-get install qt4` or `apt-get install qt5` + * 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) - * Deb: `apt-get install gcc`, `apt-get install make` + * Deb: `apt-get install build-essential` * Arch: `pacman -S gcc`, `pacman -S make` * [CMake](http://www.cmake.org/) * Deb: `apt-get install cmake`