mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-19 17:13:41 +08:00
fixed typo when adding explantion for discord presence on linux build guide
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user