From 348d8d81304d5955e7aad2a2e1b5109bef1e0419 Mon Sep 17 00:00:00 2001 From: Amphitryon0 <17864580+Amphitryon0@users.noreply.github.com> Date: Wed, 5 Feb 2025 05:05:55 -0600 Subject: [PATCH] Clarify Flathub vs Flatpak and make formatting consistent --- Building-for-Linux.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 3ee292e..ea08f0d 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -110,13 +110,13 @@ Dolphin maintains official Flatpak repositories for both [releases](https://flat - [Debian LTS (Bullseye)](https://packages.debian.org/buster/dolphin-emu), [Ubuntu 24.04 LTS (Noble Numbat)](https://packages.ubuntu.com/focal/dolphin-emu), and older **use a highly outdated build from 2016. Do not install Dolphin Emulator from APT on these versions!** - [Debian Stable (Bookworm)](https://packages.debian.org/search?keywords=dolphin-emu&searchon=names&suite=all§ion=all), [Ubuntu 24.10 (Oracular Oriole)](https://packages.ubuntu.com/search?keywords=dolphin-emu&searchon=names), and newer have recent release versions of Dolphin, though they can still become outdated due to software versions being mostly frozen when distribution versions release. - [Arch Linux](https://archlinux.org/packages/extra/x86_64/dolphin-emu/) -- [Fedora](https://packages.fedoraproject.org/pkgs/dolphin-emu/dolphin-emu/) **follows the latest release version but isn't always quite caught up with the most recent** +- [Fedora](https://packages.fedoraproject.org/pkgs/dolphin-emu/dolphin-emu/) follows the latest release version but isn't always quite caught up with the most recent. - [OpenSUSE](https://software.opensuse.org/package/dolphin-emu) - [Gentoo](https://packages.gentoo.org/packages/games-emulation/dolphin) -- [Flatpak](https://flathub.org/apps/details/org.DolphinEmu.dolphin-emu) **is updated with the latest release versions - Steam Deck users may recognize this as the version distributed in the desktop mode's Discover store** +- [Flathub](https://flathub.org/apps/details/org.DolphinEmu.dolphin-emu) is updated with the latest release versions. Steam Deck users may recognize this as the version distributed in the desktop mode's Discover store. -### Troubleshooting +## Troubleshooting - The compiler will normally tell you what's going on if you run into an error. Read the error messages closely and look them up verbatim to see if it's something missing on your system and/or a typo in recent Dolphin commits. - QT5 support has been [officially been deprecated](https://dolphin-emu.org/blog/2022/06/09/leaving-a-legend/) by the Dolphin development team. While it's still technically possible to build using QT5, as of [5.0-17764](https://dolphin-emu.org/download/dev/950e1f94dc73b56309c090d7b04033506b057ae0/) the minimum requirement was raised to 5.15. It's recommended to install the proper QT6 dependencies instead - by the time you're reading this, it's possible that not even 5.15 works anymore.