* downloads: AppImage instructions in Linux section Removes the dependencies list from the Linux section, since the downloads page no longer links to the prebuilt binaries and now instead to the AppImage. Adds instructions on how to run the AppImage. Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
1.4 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
We have yuzu as an AppImage now! This relaxes dependency requirements for yuzu, as well as enabling it to run on a lot of older distributions.
To run yuzu as an AppImage, first download it, then add the executable bit from the terminal:
chmod a+x yuzu-*.AppImage
Or with the GUI, right click the AppImage, click Properties, then Permissions, then click "Allow this file to run as a program". After that, double-click the AppImage to run it.