explained discord presence macos build guide

Crimson-Hawk 2024-03-30 13:57:11 +01:00
parent 9bf6837c8a
commit fef781469e

@ -31,6 +31,8 @@ cmake .. -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DSUYU_USE_BUNDLED_VCPKG=OFF
ninja 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): Build with debug symbols (vcpkg is not currently used due to broken boost-context library):
```sh ```sh
mkdir build && cd build mkdir build && cd build