From a712c3326407d266e3a3db761ad26ce726463396 Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Sat, 9 Feb 2019 16:12:11 +0200 Subject: [PATCH] Add Canary building --- Building-for-Windows.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 3abdb42..90c8a21 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -21,18 +21,27 @@ On Windows, all library dependencies are automatically included within the "exte ### Cloning yuzu with Git -```cmd +**Nightly (master):** +``` +cmd git clone --recursive https://github.com/yuzu-emu/yuzu.git cd yuzu ``` +**Canary** +``` +cmd +git clone --recursive https://github.com/yuzu-emu/yuzu-canary.git +cd yuzu +``` + ![9](https://i.imgur.com/xq15xTB.png) -NOTE: yuzu by default downloads to C:\Users\\yuzu +NOTE: yuzu by default downloads to `C:\Users\\yuzu` (Nightly) or `C:\Users\\yuzu-canary` (Canary) ### Building -* Open cmake-gui and point it to the yuzu directory. Default: C:\Users\\yuzu +* Open cmake-gui and point it to the yuzu directory. ![10](https://i.imgur.com/YKmNs1p.png) ![11](https://i.imgur.com/SWxOVKB.png) @@ -83,8 +92,17 @@ Make sure to follow the instructions and update to the latest version by running ### Clone the yuzu repository with Git -* `git clone --recursive https://github.com/yuzu-emu/yuzu.git` -* `cd yuzu` +**Nightly (master):** +``` +git clone --recursive https://github.com/yuzu-emu/yuzu.git +cd yuzu +``` + +**Canary:** +``` +git clone --recursive https://github.com/yuzu-emu/yuzu-canary.git +cd yuzu-canary +``` ### Run the following commands to build yuzu (dynamic linked build)