From ace8fe90957e4d6c44ae60be6cacb0e0c3cffc3a Mon Sep 17 00:00:00 2001 From: MattsCreative Date: Mon, 24 Feb 2020 14:43:42 -0400 Subject: [PATCH] changes where made due to unicorn failing python2 is being removed from all updated distros even 20.04 ubuntu its gone --- Building-for-Linux.md | 4 ++++ 1 file changed, 4 insertions(+) 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!