From dc66b41f1c78dbeec67196085d67c0827a883b44 Mon Sep 17 00:00:00 2001 From: spycrab Date: Tue, 16 Jan 2018 19:00:09 +0100 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 3603729..c1e452c 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -15,7 +15,8 @@ You'll need to download and install the following to build yuzu: * GCC v7 (for C++17 support) - Deb: `apt-get install build-essential` - Arch: `pacman -S base-devel` - - Fedora: `dnf install sys-devel/gcc` + - Fedora: `dnf install gcc` + - Gentoo: `emerge sys-devel/gcc` * [CMake](http://www.cmake.org/) 3.6+ - Deb: `apt-get install cmake` - Arch: `pacman -S cmake`