mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 11:37:59 -05:00
changes where made due to unicorn failing python2 is being removed from all updated distros even 20.04 ubuntu its gone
@ -23,6 +23,10 @@ You'll need to download and install the following to build yuzu:
|
||||
- Debian: `apt-get install cmake`
|
||||
- Fedora: `dnf install cmake`
|
||||
- Gentoo: `emerge dev-util/cmake`
|
||||
- [Python2](https://www.python.org/download/releases/2.0/) 2.0
|
||||
- Arch: `pacman -S python2
|
||||
- Debian `apt install python2
|
||||
- Fedora ` dnf install python2
|
||||
|
||||
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!
|
||||
|
||||
|
Reference in New Issue
Block a user