From eb491a4f31b419b63b84e70a7f543c6a3533e531 Mon Sep 17 00:00:00 2001 From: Michael Kwok Date: Tue, 29 Jan 2019 13:22:25 -0700 Subject: [PATCH] Added line about installing libc++ on Fedora (libcxx in default repo) --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 0c4ac89..1415274 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -21,6 +21,7 @@ You'll need to download and install the following to build Citra: * [Clang](https://github.com/llvm-mirror/clang) 5.0+ - Deb: `apt-get install clang libc++-dev` (in some distros, clang-5.0). - Arch: `pacman -S clang`, `libc++` is in the AUR. Use pacaur or yaourt to install it. + - Fedora: `dnf install clang libcxx-devel` * [CMake](http://www.cmake.org/) 3.8+ - Deb: `apt-get install cmake` - Arch: `pacman -S cmake`