explained discord presence for linux build guide

Crimson-Hawk 2024-03-30 13:47:56 +01:00
parent b3cf735ae9
commit ba976541c5

@ -87,6 +87,7 @@ cmake .. -GNinja -DSUYU_USE_BUNDLED_VCPKG=ON -DSUYU_TESTS=OFF
ninja ninja
sudo ninja install 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). Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).