diff --git a/Building-for-Linux.md b/Building-for-Linux.md index aef1118..6b61133 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -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)