added notice that the version of cmake you get may not be whats needed for it to work.
This commit is contained in:
parent
03adb48463
commit
05435f63b0
@ -22,6 +22,7 @@ You'll need to download and install the following to build yuzu:
|
|||||||
- Arch: `pacman -S cmake`
|
- Arch: `pacman -S cmake`
|
||||||
- Fedora: `dnf install cmake`
|
- Fedora: `dnf install cmake`
|
||||||
- Gentoo: `emerge dev-util/cmake`
|
- Gentoo: `emerge dev-util/cmake`
|
||||||
|
Note: depending on your distro, the version of CMake you get may not be whats required to build yuzu. Check with cmake --version. Version 3.5 or greater is required for you to be able to build!
|
||||||
* [Clang](https://github.com/llvm-mirror/clang) 3.8 (optional build alternative)
|
* [Clang](https://github.com/llvm-mirror/clang) 3.8 (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-3.8).
|
||||||
- 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user