mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-27 12:11:56 +00:00
Update downloads.md
This commit is contained in:
parent
45904f9474
commit
a5310e8ca3
|
@ -27,17 +27,18 @@ If you are a Patreon subscriber, the "Early Access" channel will be available to
|
||||||
<p style="color:cyan;margin-bottom: 0px;">yuzu requires the following dependencies for the most common distributions.</p>
|
<p style="color:cyan;margin-bottom: 0px;">yuzu requires the following dependencies for the most common distributions.</p>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
### Ubuntu 20.04 / Debial Bullseye / Linux Mint 20 or newer:
|
{{< message "Ubuntu 20.04 / Debian 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`
|
`sudo apt update && sudo apt upgrade && sudo apt install libqt5core5a libqt5gui5 libqt5webenginewidgets5 libqt5widgets5 libsdl2-2.0-0 libswscale5 libzip5`
|
||||||
|
{{</ message >}}
|
||||||
|
|
||||||
### Fedora 32 or newer:
|
{{< message "Fedora 32 or newer:" >}}
|
||||||
|
|
||||||
`sudo dnf update && sudo dnf install SDL2 ffmpeg-libs libzip qt5-qtbase qt5-qtbase-gui qt5-qtwebengine`
|
`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
|
RPM Fusion is required: https://rpmfusion.org/Configuration
|
||||||
|
{{</ message >}}
|
||||||
|
|
||||||
### Arch Linux / Manjaro:
|
{{< message "Arch Linux / Manjaro:" >}}
|
||||||
`sudo pacman -Syu --needed ffmpeg libzip qt5-base qt5-webengine sdl2`
|
`sudo pacman -Syu --needed ffmpeg libzip qt5-base qt5-webengine sdl2`
|
||||||
|
|
||||||
GLIBC 2.31 or newer required.
|
GLIBC 2.31 or newer required.
|
||||||
|
{{</ message >}}
|
||||||
|
|
Loading…
Reference in a new issue