* Linux dependencies * Update downloads.md * Update downloads.md * Update downloads.md * Update downloads.md * prompt * Update downloads.md * Update downloads.md * asdf
1.7 KiB
title | layout | FullWidth |
---|---|---|
Downloads | downloads | true |
Windows
yuzu requires the latest versions of Microsoft Visual C++. Please download and install the dependency from below.
Download Microsoft Visual C++ 2019 here!Windows Installer
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 for assistance linking your Patreon account.
Linux
yuzu requires a number of dependencies. The following commands are listed for the most common distributions.
{{< message "Fedora 32 or newer" >}}
$ sudo dnf update && sudo dnf install SDL2 ffmpeg-libs libzip qt5-qtbase qt5-qtbase-gui qt5-qtwebengine
RPM Fusion free is required: https://rpmfusion.org/Configuration {{</ message >}}
{{< message "Arch Linux / Manjaro" >}}
$ sudo pacman -Syu --needed ffmpeg libzip qt5-base qt5-webengine sdl2
GLIBC 2.31 or newer required. {{</ message >}}