Building Dolphin on Linux: Difference between revisions

No edit summary
Line 18: Line 18:
Install git if you don't have this already.<br>
Install git if you don't have this already.<br>
<code>sudo apt-get install git</code>
<code>sudo apt-get install git</code>


Get a local copy of the dolphin-emu repository.<br>
Get a local copy of the dolphin-emu repository.<br>
<code>git clone https://code.google.com/p/dolphin-emu/ dolphin-emu</code>
<code>git clone https://code.google.com/p/dolphin-emu/ dolphin-emu</code>


Change to the directory created.<br>
<code>cd dolphin-emu</code>
Later, if you wish to update your local copy you run following command and proceed with the following steps.<br>
<code>git pull origin</code>


==Addendum A - dependencies==
==Addendum A - dependencies==
33

edits