From 9058dd94fcbb9f84b18050751ff09637ef8ab679 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Sat, 22 May 2021 16:47:40 -0400 Subject: [PATCH] Update Gentoo list for 17.1, and remove `(no assert)` from Mainline --- Building-for-Linux.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 0d3b032..41f9104 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -60,10 +60,11 @@ cmake .. -GNinja -DCMAKE_C_COMPILER=gcc-10 -DCMAKE_CXX_COMPILER=g++-10 - `/opt/rh/gcc-toolset-10/root/usr/bin` must be added to the front of the `PATH`. - [CMake](https://cmake.org/download/) (cmake-[version]-linux-x86_64.tar.gz) and [glslangValidator](https://github.com/KhronosGroup/glslang/releases/latest) (glslang-master-linux-Release.zip) must be downloaded and installed separately. To "install" them, extract the archives and copy their contents into the `$HOME/.local/`, such that the directory structure looks like `$HOME/.local/bin` and so on. - Gentoo: - - This listing needs updated, but no yuzu staff member knows how to update it, and no community members have been willing to update it. Temporarily commented out to prevent confusion. - + - GCC 10 or later is required. + - Users may need to append `pulseaudio` and `bindist` to the `USE` flag. After installing Conan, `$HOME/.local/bin` needs to be included in the `PATH` variable. Check your `$HOME/.profile` and `$HOME/.bashrc` files, if `PATH=$HOME/.local/bin:$PATH` is not present, append that line to one of either file, then log out and log back in. Fedora and Ubuntu by default already have this covered, though Ubuntu users should log out and log back in to enable it. @@ -77,7 +78,7 @@ After installing Conan, `$HOME/.local/bin` needs to be included in the `PATH` va cd yuzu ``` -**Mainline (no assert):** +**Mainline:** ```bash git clone --recursive https://github.com/yuzu-emu/yuzu-mainline