Installing Dolphin: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
(6 intermediate revisions by 2 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 19: Line 19:
'''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].
Line 40: Line 40:
sudo apt install dolphin-emu-master</pre>
sudo apt install dolphin-emu-master</pre>


'''NOTICE''': '''12.04 LTS''' and '''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:
'''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>


Line 50: Line 50:


=== Fedora ===
=== Fedora ===
Works on Fedora 24 and later.
On Fedora 24 and later, run the following command:


Install: <code>su -c 'dnf install dolphin-emu'</code>
<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].
Required dependencies will automatically be installed. See also the [https://admin.fedoraproject.org/pkgdb/package/rpms/dolphin-emu/ Fedora Package Database].
Anonymous user

Navigation menu