Added line about installing libc++ on Fedora (libcxx in default repo)

Michael Kwok 2019-01-29 13:22:25 -07:00
parent 1fa748b2a8
commit eb491a4f31

@ -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+ * [Clang](https://github.com/llvm-mirror/clang) 5.0+
- Deb: `apt-get install clang libc++-dev` (in some distros, 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. - 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+ * [CMake](http://www.cmake.org/) 3.8+
- Deb: `apt-get install cmake` - Deb: `apt-get install cmake`
- Arch: `pacman -S cmake` - Arch: `pacman -S cmake`