diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 787a416..dc2c72f 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -4,7 +4,7 @@ - CMake ## Dependencies -on debian: +on Debian: `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 libwxbase3.0-dev libwxgtk3.0-dev libpangocairo-1.0-0 libgtk2.0-dev libbluetooth-dev qt5-default qtbase5-private-dev libudev-dev` @@ -28,4 +28,10 @@ It's strongly recommended to perform a global installation via `sudo make instal On some distributions of Linux, package maintainers provide unmodified builds of Dolphin. These are listed below: -- [Arch Linux](https://aur.archlinux.org/packages/dolphin-emu-git/) \ No newline at end of file +- [Ubuntu](https://launchpad.net/~dolphin-emu/+archive/ubuntu/ppa) +- [Debian](https://packages.debian.org/stretch/games/dolphin-emu) +- [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