From 6c0d32ba8f861bb978550c9a624a47d648fb8ad9 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Wed, 11 Nov 2020 20:03:33 -0500 Subject: [PATCH] grammar, context, updates --- Building-for-Linux.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 5443c5f..fc8947e 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -25,10 +25,10 @@ ### Troubleshooting -Your build may fail in some cases on Ubuntu 18.04 and/or some of it's forks. +Your build may fail in some cases on Ubuntu 18.04 and/or some of its forks. In that case try the following: `sudo apt remove liblzma-dev libzstd-dev` -You can reinstall them after Dolphin builds successfully. +You can reinstall them after Dolphin builds successfully if you like. ## Checkout Dolphin 1. Create a directory to store Dolphin in @@ -59,10 +59,10 @@ You can reinstall them after Dolphin builds successfully. ## Externally Managed Packages On some distributions of Linux, package maintainers provide unmodified builds of Dolphin. These are listed below: -- [Ubuntu](https://launchpad.net/~dolphin-emu/+archive/ubuntu/ppa) -- [Debian](https://packages.debian.org/stretch/games/dolphin-emu) +- [Ubuntu](https://launchpad.net/~dolphin-emu/+archive/ubuntu/ppa) **as of the time of this writing, 16.04 and 18.04 only** +- [Debian](https://packages.debian.org/buster/games/dolphin-emu) **uses a highly outdated 4-year-old build** - [Arch Linux](https://aur.archlinux.org/packages/dolphin-emu-git/) - [Fedora](https://apps.fedoraproject.org/packages/dolphin-emu) - [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) \ No newline at end of file +- [Flatpak](https://flathub.org/apps/details/org.DolphinEmu.dolphin-emu) **updated with latest "beta" versions** \ No newline at end of file