From b1e89d0b46776701bcbce3985d4f5d66e4c1b3a4 Mon Sep 17 00:00:00 2001 From: Ghost <23653025+G-Spawn@users.noreply.github.com> Date: Thu, 25 Aug 2022 22:39:43 -0400 Subject: [PATCH] Removing mention of ninja breaking since it doesn't seem to apply anymore --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index c3612c6..2b9e7da 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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).