mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 11:32:43 +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
|
## Add necessary submodules
|
||||||
```bash
|
```bash
|
||||||
git submodule update --init Externals/mGBA
|
git submodule update --init --recursive \
|
||||||
git submodule update --init Externals/spirv_cross
|
Externals/mGBA \
|
||||||
git submodule update --init Externals/zlib-ng
|
Externals/spirv_cross \
|
||||||
git submodule update --init Externals/libspng
|
Externals/zlib-ng \
|
||||||
git submodule update --init Externals/VulkanMemoryAllocator
|
Externals/libspng \
|
||||||
git submodule update --init --recursive Externals/cubeb
|
Externals/VulkanMemoryAllocator \
|
||||||
git submodule update --init Externals/implot
|
Externals/cubeb \
|
||||||
git submodule update --init Externals/gtest
|
Externals/implot \
|
||||||
git submodule update --init Externals/rcheevos
|
Externals/gtest \
|
||||||
|
Externals/rcheevos \
|
||||||
|
|
||||||
git pull --recurse-submodules
|
&& git pull --recurse-submodules
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
Loading…
x
Reference in New Issue
Block a user