Installing Dolphin: Difference between revisions

Jump to navigation Jump to search
Not official
(→‎Linux: Link to OBS packages. Alphabetize the rest.)
(Not official)
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This page explains how to install or upgrade Dolphin on computer running on different OS. Read the [http://dolphin-emu.org/docs/faq/ FAQ] for more Dolphin information and requirements.
This page explains how to install or upgrade Dolphin on computer running on different OS. Read the [https://dolphin-emu.org/docs/faq/ FAQ] for more Dolphin information and requirements.


== Windows and Mac ==
== Windows and Mac ==
Line 14: Line 14:


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].
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 ===
=== Debian ===
Dolphin is available in the repositories of the "stretch" and "sid" branches of Debian.
Dolphin is available in the repositories of the "testing" and "sid" branches of Debian, for AMD64 and ARM64 platforms.
'''NOTICE''': Users of Jessie or any earlier versions MUST build from source as per the instructions linked below in "Other Distros"!
'''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>
Install: <code># apt 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].
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 ([https://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository '''Universe''' repository] is needed to be enabled first).


This applies to '''all''' [http://distrowatch.com/search.php?basedon=Ubuntu Ubuntu-based distributions].
This applies to '''all''' [https://distrowatch.com/search.php?basedon=Ubuntu Ubuntu-based distributions].


Install the '''stable version''':
Install the '''stable version''':


<pre>sudo apt-add-repository ppa:dolphin-emu/ppa
<pre>sudo apt-add-repository ppa:dolphin-emu/ppa
sudo apt-get update
sudo apt update
sudo apt-get install dolphin-emu</pre>
sudo apt install dolphin-emu</pre>


Or to install the '''development version''':
Or to install the '''development version''':


<pre>sudo apt-add-repository ppa:dolphin-emu/ppa
<pre>sudo apt-add-repository ppa:dolphin-emu/ppa
sudo apt-get update
sudo apt update
sudo apt-get install dolphin-emu-master</pre>
sudo apt install dolphin-emu-master</pre>


'''NOTICE''': '''12.04''' and '''14.04''' users will need an updated '''libstdc++6''' (>=4.9) to run dolphin-emu or dolphin-emu-master, so install [https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test this PPA] first:
'''NOTICE''': '''14.04 LTS''' users will need an updated '''libstdc++6''' (>=4.9) to run dolphin-emu or dolphin-emu-master, so install [https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test this PPA] first:


<pre>
<pre>
sudo apt-add-repository ppa:ubuntu-toolchain-r/test
sudo apt-add-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt update
</pre>
</pre>


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.
=== Fedora ===
On Fedora 24 and later, run the following command:
<code># dnf install dolphin-emu</code>
Required dependencies will automatically be installed. See also the [https://admin.fedoraproject.org/pkgdb/package/rpms/dolphin-emu/ Fedora Package Database].


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

Navigation menu