yuzu-emu.github.io/site/content/downloads.md
lat9nq 202bc1982c
downloads: AppImage instructions in Linux section (#237)
* 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>
2021-01-08 01:40:50 +05:30

40 lines
1.4 KiB
Markdown

---
title: "Downloads"
layout: "downloads"
FullWidth: true
---
## Windows
<article class="message has-text-weight-semibold">
<div class="message-body">
<p style="color:cyan;margin-bottom: 0px;">yuzu requires the latest versions of Microsoft Visual C++.
Please download and install the dependency from below.</p>
<a href="https://aka.ms/vs/16/release/vc_redist.x64.exe">Download Microsoft Visual C++ 2019 here!</a>
</div>
</article>
#### 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](https://yuzu-emu.org/help/early-access/) for assistance linking your Patreon account.
## Linux
<article class="message has-text-weight-semibold">
<div class="message-body">
<p style="color:cyan;margin-bottom: 0px;">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.</p>
</div>
</article>
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.