mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
List submodules to exclude instead of submodules to include. This way the instructions don't stop working every time a new submodule is added
parent
9f00a1960f
commit
41bd5d5f24
@ -39,21 +39,10 @@ crew install xorg_nouveau_driver
|
|||||||
|
|
||||||
## Add necessary submodules and check for new commits
|
## Add necessary submodules and check for new commits
|
||||||
```bash
|
```bash
|
||||||
git submodule update --init --recursive \
|
git -c submodule."Externals/Qt".update=none \
|
||||||
Externals/mGBA \
|
-c submodule."Externals/FFmpeg-bin".update=none \
|
||||||
Externals/spirv_cross \
|
-c submodule."Externals/libadrenotools".update=none \
|
||||||
Externals/zlib-ng \
|
submodule update --init --recursive \
|
||||||
Externals/libspng \
|
|
||||||
Externals/VulkanMemoryAllocator \
|
|
||||||
Externals/cubeb \
|
|
||||||
Externals/implot \
|
|
||||||
Externals/gtest \
|
|
||||||
Externals/rcheevos \
|
|
||||||
Externals/fmt \
|
|
||||||
Externals/lz4 \
|
|
||||||
Externals/xxhash \
|
|
||||||
Externals/enet \
|
|
||||||
Externals/SDL \
|
|
||||||
&& git pull --recurse-submodules
|
&& git pull --recurse-submodules
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user