diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 2a6699d..26ede3a 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -31,6 +31,8 @@ cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUYU_USE_BUNDLED_VCPKG=OFF ninja ``` +You may also want to include support for Discord Rich Presence by adding `-DUSE_DISCORD_PRESENCE=ON` after `cmake ..` + Build with debug symbols (vcpkg is not currently used due to broken boost-context library): ```sh mkdir build && cd build