Installing Dolphin: Difference between revisions

Jump to navigation Jump to search
No edit summary
(→‎Linux: Link to OBS packages. Alphabetize the rest.)
Line 7: Line 7:


== Linux ==
== Linux ==
Ready to use packages for a range of Linux distributions are available from Open Build Service: https://software.opensuse.org/package/dolphin-emu
=== Arch Linux ===
Install: <code># pacman -S dolphin-emu</code>
See also the [https://aur.archlinux.org/packages/?O=0&K=dolphin-emu AUR] and read more on the [https://wiki.archlinux.org/index.php/Dolphin_emulator ArchWiki].
=== CentOS (Red Hat) Linux ===
For installing Dolphin, first you have to install kdebase.
1. sudo yum install kdebase
Now for working with dolphin go to Application -> system tool -> Dolphin
=== Debian ===
Dolphin is available in the repositories of the "stretch" and "sid" branches of Debian.
'''NOTICE''': Users of Jessie or any earlier versions MUST build from source as per the instructions linked below in "Other Distros"!
Install: <code># apt-get install dolphin-emu</code>
See further package information on the [https://packages.debian.org/search?suite=all&section=all&arch=any&searchon=names&keywords=dolphin-emu Debian Package Info page].
=== Ubuntu ===
=== Ubuntu ===
Ubuntu users can add a '''PPA''' by executing the following commands to receive updates for Dolphin ([http://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository '''Universe''' repository] is needed to be enabled first).
Ubuntu users can add a '''PPA''' by executing the following commands to receive updates for Dolphin ([http://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository '''Universe''' repository] is needed to be enabled first).
Line 32: Line 54:


You don't need to update all GCC packages, just upgrade libstdc++6, gcc-4.9-base and eventual dependencies in Synaptic, and disable the PPA.
You don't need to update all GCC packages, just upgrade libstdc++6, gcc-4.9-base and eventual dependencies in Synaptic, and disable the PPA.
=== Arch Linux ===
Install: <code># pacman -S dolphin-emu</code>
See also the [https://aur.archlinux.org/packages/?O=0&K=dolphin-emu AUR] and read more on the [https://wiki.archlinux.org/index.php/Dolphin_emulator ArchWiki].
=== CentOS (Red Hat) Linux ===
For installing Dolphin, first you have to install kdebase.
1. sudo yum install kdebase
Now for working with dolphin go to Application -> system tool -> Dolphin
=== Debian ===
Dolphin is available in the repositories of the "stretch" and "sid" branches of Debian.
'''NOTICE''': Users of Jessie or any earlier versions MUST build from source as per the instructions linked below in "Other Distros"!
Install: <code># apt-get install dolphin-emu</code>
See further package information on the [https://packages.debian.org/search?suite=all&section=all&arch=any&searchon=names&keywords=dolphin-emu Debian Package Info page].


=== Other Distros ===
=== Other Distros ===