mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 07:00:09 +00:00
Removing mention of ninja breaking since it doesn't seem to apply anymore
parent
f13ba95ad7
commit
b1e89d0b46
@ -89,7 +89,7 @@ If you need to run ctests, you can disable `-DYUZU_TESTS=OFF` and install Catch2
|
||||
mkdir build && cd build
|
||||
cmake .. -GNinja -DYUZU_USE_BUNDLED_VCPKG=ON -DYUZU_TESTS=OFF
|
||||
ninja
|
||||
sudo ninja install # (currently doesn't work, needs to be fixed)
|
||||
sudo ninja install
|
||||
```
|
||||
|
||||
Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).
|
||||
|
Loading…
Reference in New Issue
Block a user