Update Building for Linux

Crimson-Hawk 2024-04-25 15:44:47 +02:00
parent 820ea19ac0
commit 8b37c12eda

@ -89,6 +89,8 @@ sudo ninja install
```
You may also want to include support for Discord Rich Presence by adding `-DUSE_DISCORD_PRESENCE=ON` after `cmake ..`
`-DSUYU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS=OFF` might be needed if ninja command failed with `undefined reference to symbol 'spvOptimizerOptionsCreate`, reason currently unknown
Optionally, you can use `cmake-gui ..` to adjust various options (e.g. disable the Qt GUI).
### Building suyu in Debug Mode (Slow)