future-proof dependencies without breaking older setups

cobalt2727 2021-08-25 08:29:46 -05:00
commit 413623583d

@ -7,10 +7,10 @@
## Additional Dependencies Examples ## Additional Dependencies Examples
### For Ubuntu 20.04+ with Dolphin versions ~5.0-13001 or newer ### 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.): ### 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 ### 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: 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** - [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/) - [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) - [OpenSUSE](https://software.opensuse.org/package/dolphin-emu)
- [Gentoo](https://packages.gentoo.org/packages/games-emulation/dolphin) - [Gentoo](https://packages.gentoo.org/packages/games-emulation/dolphin)
- [Flatpak](https://flathub.org/apps/details/org.DolphinEmu.dolphin-emu) **updated with latest "beta" versions** - [Flatpak](https://flathub.org/apps/details/org.DolphinEmu.dolphin-emu) **updated with latest "beta" versions**