mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
add xxhash submodule
parent
329d9379d7
commit
0e765d563f
@ -37,7 +37,7 @@ crew install xorg_nouveau_driver
|
|||||||
1. `git clone https://github.com/dolphin-emu/dolphin`
|
1. `git clone https://github.com/dolphin-emu/dolphin`
|
||||||
2. `cd dolphin`
|
2. `cd dolphin`
|
||||||
|
|
||||||
## Add necessary submodules
|
## Add necessary submodules and check for new commits
|
||||||
```bash
|
```bash
|
||||||
git submodule update --init --recursive \
|
git submodule update --init --recursive \
|
||||||
Externals/mGBA \
|
Externals/mGBA \
|
||||||
@ -51,6 +51,7 @@ Externals/gtest \
|
|||||||
Externals/rcheevos \
|
Externals/rcheevos \
|
||||||
Externals/fmt \
|
Externals/fmt \
|
||||||
Externals/lz4 \
|
Externals/lz4 \
|
||||||
|
Externals/xxhash \
|
||||||
&& git pull --recurse-submodules
|
&& git pull --recurse-submodules
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user