From 9bf6837c8ac7504427bf9f6bb8c1707f318f466e Mon Sep 17 00:00:00 2001 From: Crimson-Hawk Date: Sat, 30 Mar 2024 13:55:56 +0100 Subject: [PATCH] fixed typo when adding explantion for discord presence on linux build guide --- 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 d53d2ec..aef1118 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -87,7 +87,7 @@ cmake .. -GNinja -DSUYU_USE_BUNDLED_VCPKG=ON -DSUYU_TESTS=OFF ninja sudo ninja install ``` -You may also want to include support for Discord Rich Presence by adding `-USE_DISCORD_PRESENCE=ON` after `cmake ..` +You may also want to include support for Discord Rich Presence by adding `-DUSE_DISCORD_PRESENCE=ON` after `cmake ..` Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).