From 2c693d05b562e95656700a7b65d8d86349b8bf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 19 Dec 2020 03:00:20 -0300 Subject: [PATCH] Linux dependencies --- site/content/downloads.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/site/content/downloads.md b/site/content/downloads.md index 56f7ccf1..5a819a65 100644 --- a/site/content/downloads.md +++ b/site/content/downloads.md @@ -10,10 +10,30 @@ The installer will allow you to download your preferred release channel. If you are a Patreon subscriber, the "Early Access" channel will be available to you, and will provide early access to exciting experimental changes on top of what is available in the main channel. Please follow our [Early Access guide](https://yuzu-emu.org/help/early-access/) for assistance linking your Patreon account. +## Windows +

yuzu requires the latest versions of Microsoft Visual C++. Please download and install the dependency from below.

Download Microsoft Visual C++ 2019 here!
-
\ No newline at end of file + + +## Linux + +
+
+

yuzu requires the following dependencies for the most common distributions.

+Ubuntu 20.04 / Debial Bullseye / Linux Mint 20 or newer: +`sudo apt update && sudo apt upgrade && sudo apt install libqt5core5a libqt5gui5 libqt5webenginewidgets5 libqt5widgets5 libsdl2-2.0-0 libswscale5 libzip5` + +Fedora 32 or newer: +`sudo dnf update && sudo dnf install SDL2 ffmpeg-libs libzip qt5-qtbase qt5-qtbase-gui qt5-qtwebengine` +RPM Fusion is required: https://rpmfusion.org/Configuration + +Arch Linux / Manjaro: +`sudo pacman -Syu --needed ffmpeg libzip qt5-base qt5-webengine sdl2` +GLIBC 2.31 or newer required. +
+