Removing mention of ninja breaking since it doesn't seem to apply anymore

Ghost 2022-08-25 22:39:43 -04:00
parent f13ba95ad7
commit b1e89d0b46
1 changed files with 1 additions and 1 deletions

@ -89,7 +89,7 @@ If you need to run ctests, you can disable `-DYUZU_TESTS=OFF` and install Catch2
mkdir build && cd build mkdir build && cd build
cmake .. -GNinja -DYUZU_USE_BUNDLED_VCPKG=ON -DYUZU_TESTS=OFF cmake .. -GNinja -DYUZU_USE_BUNDLED_VCPKG=ON -DYUZU_TESTS=OFF
ninja 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). Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).