Installing Dolphin: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 11: Line 11:


== Ubuntu ==
== Ubuntu ==
Ubuntu users can download and install a Debian binary (.deb) from the download site, or add a ppa by executing the following commands to receive updates for Dolphin.
Ubuntu users can download and install a Debian binary (.deb) from the download site, or add a ppa by executing the following commands to receive updates for Dolphin (you need to [http://askubuntu.com/questions/148638/how-do-i-enable-the-universe-repository enable Universe repository] first).


This applies to '''all''' [http://distrowatch.com/search.php?basedon=Ubuntu Ubuntu-based distributions].
This applies to '''all''' [http://distrowatch.com/search.php?basedon=Ubuntu Ubuntu-based distributions].
Line 26: Line 26:
sudo apt-get update
sudo apt-get update
sudo apt-get install dolphin-emu-master</pre>
sudo apt-get install dolphin-emu-master</pre>
'''NOTICE''': '''12.04''' and '''14.04''' users will need an updated '''libstdc++6''' (>=4.9) to run dolphin-emu-master, so install [https://launchpad.net/~dolphin-emu/+archive/ubuntu/gcc-for-dolphin this PPA] first:
<pre>
sudo add-apt-repository ppa:dolphin-emu/gcc-for-dolphin
sudo apt-get update
</pre>
This PPA uses the same packages of [https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test Ubuntu Toolchains PPA], so you can install that instead. 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 ==
== Arch Linux ==