mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-27 02:30:04 +00:00
Fixed build instructions with Qt on Debian
parent
a834ec3ad7
commit
40dce33f73
@ -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.
|
* You should probably build this from source. Directions are below.
|
||||||
* Deb: Requires `apt-get install xorg-dev` and `apt-get install libglu1-mesa-dev`
|
* Deb: Requires `apt-get install xorg-dev` and `apt-get install libglu1-mesa-dev`
|
||||||
* [Qt v4](http://qt-project.org/downloads)
|
* [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`
|
* Arch: `pacman -S qt4` or `pacman -S qt5`
|
||||||
* GCC v4.7+ (for C++11 support)
|
* 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`
|
* Arch: `pacman -S gcc`, `pacman -S make`
|
||||||
* [CMake](http://www.cmake.org/)
|
* [CMake](http://www.cmake.org/)
|
||||||
* Deb: `apt-get install cmake`
|
* Deb: `apt-get install cmake`
|
||||||
|
Loading…
Reference in New Issue
Block a user