mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 06:50:10 +00:00
drop the cmake version info.
cmake itself will bail out if the version it too low, and this information was outdated as well.
parent
3ed920da21
commit
301077196f
@ -27,8 +27,6 @@ All other dependencies will be downloaded by [conan](https://conan.io/downloads.
|
||||
| Fedora | `sudo dnf install git gcc ninja-build cmake SDL2-devel qt5-qtbase-devel python2 python-pip boost-devel fmt-devel libzip-devel libzstd-devel lz4-devel mbedtls-devel openssl-devel opus-devel zlib-devel && sudo pip install conan`
|
||||
| Gentoo | `emerge dev-vcs/git =sys-devel/gcc-7.1.0 dev-util/ninja dev-util/cmake media-libs/libsdl2 dev-qt/qtcore dev-qt/qtopengl && sudo pip install conan`
|
||||
|
||||
Note: Depending on your distro, the version of CMake you get may not be what's required to build yuzu. Check with `cmake --version`. Version 3.6 or greater is required for you to be able to build!
|
||||
|
||||
### Cloning yuzu with Git
|
||||
|
||||
**Master:**
|
||||
|
Loading…
Reference in New Issue
Block a user