Installing Dolphin: Difference between revisions

m
no edit summary
(→‎ArchLinux and respins: Fix the title.)
mNo edit summary
Line 16: Line 16:
Install the stable version:
Install the stable version:


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


sudo apt-get install dolphin-emu</code>
Or to install development versions:
 
Or to install development versions:
 
<code>sudo add-apt-repository ppa:glennric/dolphin-emu


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


== Arch Linux ==
== Arch Linux ==