Updated Building for Linux (markdown)

Hexagon12 2019-02-20 19:15:55 +02:00
parent 308caeec9f
commit e55ae1f4ad
1 changed files with 9 additions and 0 deletions

@ -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
**Nightly (master):**
```bash
git clone --recursive https://github.com/yuzu-emu/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.
### Building yuzu in Debug Mode (Slow)