From ba976541c54e2463c7455ef2a657b91c32393085 Mon Sep 17 00:00:00 2001 From: Crimson-Hawk Date: Sat, 30 Mar 2024 13:47:56 +0100 Subject: [PATCH] explained discord presence for linux build guide --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index bce43a7..d53d2ec 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -87,6 +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 ..` Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).