mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +01:00
Updated Building for Linux (markdown)
parent
229e7e536a
commit
b15f028926
@ -22,12 +22,9 @@ crew install git cmake qtbase ffmpeg libfmt pugixml
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Checkout Dolphin
|
## Checkout Dolphin
|
||||||
1. Create a directory to store Dolphin in
|
1. `git clone https://github.com/dolphin-emu/dolphin`
|
||||||
2. `cd` into that directory
|
2. `cd dolphin`
|
||||||
3. `git clone https://github.com/dolphin-emu/dolphin .`
|
3. `git submodule update --init Externals/mGBA` (as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build)
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user