Updated Building for Linux (markdown)

Maximilian Downey Twiss 2022-09-28 19:07:45 +10:00
parent 4331d79de6
commit 4308b0acbb
1 changed files with 1 additions and 8 deletions

@ -28,16 +28,9 @@ crew install xorg_nouveau_driver
```
## Checkout Dolphin
1. `git clone https://github.com/dolphin-emu/dolphin`
1. `git clone --recursive https://github.com/dolphin-emu/dolphin`
2. `cd dolphin`
## Add necessary submodules
1. `git submodule update --init Externals/mGBA`
2. `git submodule update --init Externals/spirv_cross`
3. `git submodule update --init Externals/zlib-ng`
4. `git submodule update --init Externals/libspng`
5. `git pull --recurse-submodules`
## Building
### Global Build (if unsure, use this option)
```bash