mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 17:10:06 +00:00
Updated Building for Linux (markdown)
parent
27368d35f8
commit
df7c74d8ed
@ -12,16 +12,16 @@ You'll need to download and install the following to build Citra:
|
|||||||
- Deb: `apt-get install qtbase5-dev libqt5opengl5-dev`
|
- Deb: `apt-get install qtbase5-dev libqt5opengl5-dev`
|
||||||
- Arch: `pacman -S qt5`
|
- Arch: `pacman -S qt5`
|
||||||
- Fedora: `dnf install qt5-qtbase qt5-qtbase-devel`
|
- Fedora: `dnf install qt5-qtbase qt5-qtbase-devel`
|
||||||
* GCC v5+ (for C++14 support)
|
* GCC v7+ (for C++17 support). _This guide was written for GCC v5+ before we bumping the version, so please refill them below after testing._
|
||||||
- Deb: `apt-get install build-essential`
|
- ~~Deb: `apt-get install build-essential`~~
|
||||||
- Arch: `pacman -S base-devel`
|
- ~~Arch: `pacman -S base-devel`~~
|
||||||
- Fedora: `dnf install gcc-c++`
|
- ~~Fedora: `dnf install gcc-c++`~~
|
||||||
* [CMake](http://www.cmake.org/) 3.6+
|
* [CMake](http://www.cmake.org/) 3.8+
|
||||||
- Deb: `apt-get install cmake`
|
- Deb: `apt-get install cmake`
|
||||||
- Arch: `pacman -S cmake`
|
- Arch: `pacman -S cmake`
|
||||||
- Fedora: `dnf install cmake`
|
- Fedora: `dnf install cmake`
|
||||||
* [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative)
|
* [Clang](https://github.com/llvm-mirror/clang) 5.0 (optional build alternative)
|
||||||
- Deb: `apt-get install clang libc++-dev` (in some distros, clang-3.8).
|
- Deb: `apt-get install clang libc++-dev` (in some distros, clang-5.0).
|
||||||
- Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.
|
- Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it.
|
||||||
* Curl
|
* Curl
|
||||||
- Deb: `apt-get install libcurl4-openssl-dev`
|
- Deb: `apt-get install libcurl4-openssl-dev`
|
||||||
|
Loading…
Reference in New Issue
Block a user