Building Dolphin on Linux: Difference between revisions

Jump to navigation Jump to search
→‎Step 2 - Get the Dolphin Repository: Added the step of pulling submodules (needed for mGBA integration)
m (→‎Step 3 - Building Dolphin: Changed the make command so that it matches the GitHub command.)
(→‎Step 2 - Get the Dolphin Repository: Added the step of pulling submodules (needed for mGBA integration))
Line 43: Line 43:


<code>cd ./dolphin-emu</code>
<code>cd ./dolphin-emu</code>
Pull the git submodules.
<code>git submodule update --init</code>


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.
211

edits

Navigation menu