From 45d74ee731d23f9140317def0c6cb53b70acc2b8 Mon Sep 17 00:00:00 2001 From: Gabriel Fernandes <42319459+g7fernandes@users.noreply.github.com> Date: Wed, 19 Aug 2020 20:47:20 -0300 Subject: [PATCH] updated build info for Opensuse --- Building-for-Linux.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 4b5a6d4..8a0c0ca 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -33,10 +33,12 @@ You'll need to download and install the following to build Citra: - Deb: `apt-get install build-essential` - Arch: `pacman -S base-devel` - Fedora: `dnf install gcc-c++` + - OpenSUSE: `zypper in gcc-c++` * [Clang](https://github.com/llvm-mirror/clang) 5.0+ - Deb: `apt-get install clang clang-format 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` + - OpenSUSE: `zypper in clang` * [CMake](http://www.cmake.org/) 3.8+ - Deb: `apt-get install cmake` - Arch: `pacman -S cmake`