update cloning process

Zopolis4 2022-04-08 20:55:18 +10:00
parent b1025c1e9e
commit 6cd3c9ecfa

@ -17,12 +17,7 @@ sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev l
``` ```
## Checkout Dolphin ## Checkout Dolphin
1. Create a directory to store Dolphin in `git clone --recursive https://github.com/dolphin-emu/dolphin.git && cd dolphin`
2. `cd` into that directory
3. `git clone https://github.com/dolphin-emu/dolphin .`
4. Wait for the checkout to finish
5. `git submodule update --init Externals/mGBA` (as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build)
6. `git pull --recurse-submodules` (if you've cloned Dolphin previously in this folder, this line will make sure everything is updated)
## Building ## Building
### Global Build (if unsure, use this option) ### Global Build (if unsure, use this option)