add zlib-ng submodule
parent
96f59e9610
commit
a9da32b4a3
|
@ -24,9 +24,12 @@ crew install git cmake qtbase ffmpeg libfmt pugixml
|
|||
## Checkout Dolphin
|
||||
1. `git clone https://github.com/dolphin-emu/dolphin`
|
||||
2. `cd 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. `git submodule update --init Externals/spirv_cross`
|
||||
5. `git pull --recurse-submodules`
|
||||
|
||||
## 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 pull --recurse-submodules`
|
||||
|
||||
## Building
|
||||
### Global Build (if unsure, use this option)
|
||||
|
|
Loading…
Reference in New Issue