diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 4f105d5..4ad6410 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -7,10 +7,10 @@ ## Additional Dependencies Examples ### For Ubuntu 20.04+ with Dolphin versions ~5.0-13001 or newer -`sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libudev-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qt5-default qtbase5-private-dev` +`sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libudev-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtbase5-private-dev` ### Other Debian based (Debian, Kali, etc.): -`sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt5-default qtbase5-private-dev libudev-dev portaudio19-dev` +`sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev libavformat-dev libswscale-dev libsfml-dev libminiupnpc-dev libmbedtls-dev curl libhidapi-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qtbase5-private-dev libudev-dev portaudio19-dev` ### Troubleshooting @@ -50,9 +50,9 @@ You can reinstall them after Dolphin builds successfully if you like. 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) **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** +- [Debian](https://packages.debian.org/buster/games/dolphin-emu) **uses a highly outdated 5-year-old build** - [Arch Linux](https://aur.archlinux.org/packages/dolphin-emu-git/) -- [Fedora](https://apps.fedoraproject.org/packages/dolphin-emu) +- [Fedora](https://apps.fedoraproject.org/packages/dolphin-emu) **Follows the latest beta version but isn't quite always 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) **updated with latest "beta" versions** \ No newline at end of file