From 4ae4d433d69e87ec0ac5f1ad89ab6b9f2ad25f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sun, 12 Apr 2020 18:52:02 -0300 Subject: [PATCH] Added missing arch specific dependencies. --- Building-for-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index f14cd50..babc6ec 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -37,6 +37,11 @@ You'll need to download and install the following to build yuzu: | Arch | `sudo pacman -S python2` | Debian | `sudo apt install python2` | Fedora | `sudo dnf install python2` + * Arch specific dependencies: + `sudo pacman -S gpm zip openssl zstd sndio mbedtls python2` + + Note: A symlink is also needed on arch based distros: `sudo ln -T /usr/lib/libsndio.so.7.0 /usr/lib/libsndio.so.6.1` + Note: Depending on your distro, the version of CMake you get may not be what's required to build yuzu. Check with `cmake --version`. Version 3.6 or greater is required for you to be able to build!