diff --git a/Building-for-Linux.md b/Building-for-Linux.md index c2d5e83..31be1db 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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!