Installing Dolphin: Difference between revisions

Line 9: Line 9:
'''Problems?''' try the [http://dolphin-emu.org/docs/faq/ FAQ] before asking questions in the forums.
'''Problems?''' try the [http://dolphin-emu.org/docs/faq/ FAQ] before asking questions in the forums.


== Ubuntu PPA ==
== Ubuntu ==
Ubuntu users can download and use a Debian software package (.deb) from the main site or with apt-get.  
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.


<code>
This applies to '''all''' [http://distrowatch.com/search.php?basedon=Ubuntu Ubuntu-based distributions].
sudo add-apt-repository ppa:glennric/dolphin-emu
 
Install the stable version:
 
<code>sudo add-apt-repository ppa:glennric/dolphin-emu
 
sudo apt-get update
 
sudo apt-get install dolphin-emu</code>
 
Install development versions:
 
<code>sudo add-apt-repository ppa:glennric/dolphin-emu


sudo apt-get update
sudo apt-get update


sudo apt-get install dolphin-emu
sudo apt-get install dolphin-emu-master</code>
</code>


== ArchLinux and respins ==
== ArchLinux and respins ==
50

edits