mirror of
https://github.com/yuzu-emu/yuzu
synced 2024-11-24 09:58:11 +00:00
Updated Building for Linux (markdown)
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)
|
||||
|
|
Loading…
Reference in a new issue