Updated Building for Linux (markdown)
parent
4331d79de6
commit
4308b0acbb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue