add zlib-ng submodule

cobalt2727 2022-07-26 08:44:15 -04:00
parent 96f59e9610
commit a9da32b4a3
1 changed files with 6 additions and 3 deletions

@ -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)