Updated Building for Linux (markdown)
parent
308caeec9f
commit
e55ae1f4ad
|
@ -32,11 +32,20 @@ Note: Depending on your distro, the version of CMake you get may not be what's r
|
||||||
|
|
||||||
### Cloning yuzu with Git
|
### Cloning yuzu with Git
|
||||||
|
|
||||||
|
**Nightly (master):**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/yuzu-emu/yuzu
|
git clone --recursive https://github.com/yuzu-emu/yuzu
|
||||||
cd yuzu
|
cd yuzu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Canary:**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone --recursive https://github.com/yuzu-emu/yuzu-canary
|
||||||
|
cd yuzu-canary
|
||||||
|
```
|
||||||
|
|
||||||
The `--recursive` option automatically clones the required Git submodules too.
|
The `--recursive` option automatically clones the required Git submodules too.
|
||||||
|
|
||||||
### Building yuzu in Debug Mode (Slow)
|
### Building yuzu in Debug Mode (Slow)
|
||||||
|
|
Loading…
Reference in New Issue