mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 22:50:05 +00:00
Use --recursive option for git clone
parent
0e3e4e371c
commit
bb9b0db379
@ -33,11 +33,12 @@ If you're on Arch Linux, you can use `pacman -S glfw` instead.
|
||||
### Cloning Citra in Git:
|
||||
|
||||
```
|
||||
git clone https://github.com/citra-emu/citra
|
||||
git clone --recursive https://github.com/citra-emu/citra
|
||||
cd citra
|
||||
git submodule update --init
|
||||
```
|
||||
|
||||
The `--recursive` option automatically clones the required Git submodules too.
|
||||
|
||||
### Building Citra:
|
||||
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user