mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Update submodule block for easier copy-pasting
parent
58b97dfaeb
commit
b67532b8c5
@ -39,17 +39,18 @@ crew install xorg_nouveau_driver
|
||||
|
||||
## Add necessary submodules
|
||||
```bash
|
||||
git submodule update --init Externals/mGBA
|
||||
git submodule update --init Externals/spirv_cross
|
||||
git submodule update --init Externals/zlib-ng
|
||||
git submodule update --init Externals/libspng
|
||||
git submodule update --init Externals/VulkanMemoryAllocator
|
||||
git submodule update --init --recursive Externals/cubeb
|
||||
git submodule update --init Externals/implot
|
||||
git submodule update --init Externals/gtest
|
||||
git submodule update --init Externals/rcheevos
|
||||
git submodule update --init --recursive \
|
||||
Externals/mGBA \
|
||||
Externals/spirv_cross \
|
||||
Externals/zlib-ng \
|
||||
Externals/libspng \
|
||||
Externals/VulkanMemoryAllocator \
|
||||
Externals/cubeb \
|
||||
Externals/implot \
|
||||
Externals/gtest \
|
||||
Externals/rcheevos \
|
||||
|
||||
git pull --recurse-submodules
|
||||
&& git pull --recurse-submodules
|
||||
```
|
||||
|
||||
## Building
|
||||
|
Loading…
x
Reference in New Issue
Block a user