added "cd yuzu" because the user is not in the yuzu folder after the clone
parent
c4467e0229
commit
beb5f1bbda
|
@ -106,6 +106,7 @@ Doesn't require the rather large Qt dependency, but you will lack a GUI frontend
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/yuzu-emu/yuzu
|
git clone --recursive https://github.com/yuzu-emu/yuzu
|
||||||
|
cd yuzu
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -G "Visual Studio 15 2017 Win64"
|
cmake .. -G "Visual Studio 15 2017 Win64"
|
||||||
|
|
Loading…
Reference in New Issue