mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 00:08:27 -05:00
Updated Building for Linux (markdown)
@ -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)
|
||||||
|
Reference in New Issue
Block a user