Building Dolphin on Linux: Difference between revisions

(Apparently we have a dependency on pkg-config too (via cmake))
Line 84: Line 84:


To update the local copy in the future without repeating the whole process, run <code>git pull origin</code> within the <code>dolphin-emu</code> directory and proceed to the following steps.
To update the local copy in the future without repeating the whole process, run <code>git pull origin</code> within the <code>dolphin-emu</code> directory and proceed to the following steps.
For building the current stable (5.0) instead of the most current development build; run the following command
<code>git checkout tags/5.0


== Step 3 - Building Dolphin ==
== Step 3 - Building Dolphin ==