From 47475114d036a391bacdb53a9a1c60e5d35b61bc Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 24 Jun 2025 15:54:00 +0800 Subject: Document supported compiler versions in building.md (#7512) * Document supported compiler versions in building.md Closes https://github.com/shader-slang/slang/issues/7376 * multiple checked versions --- docs/building.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'docs') diff --git a/docs/building.md b/docs/building.md index 3a29a6335..54fca8d6a 100644 --- a/docs/building.md +++ b/docs/building.md @@ -336,6 +336,21 @@ cmake -B build -G Ninja cmake --build build -j ``` +## Specific supported compiler versions + + + +_GCC_ 11.4 and 13.3 are tested in CI and is the recommended minimum version. GCC 10 is +supported on a best-effort basis, i.e. PRs supporting this version are +encouraged but it isn't a continuously maintained setup. + +_MSVC_ 19 is tested in CI and is the recommended minimum version. + +_Clang_ 15.0 is tested in CI and is the recommended minimum version. + ## Static linking against libslang If linking against a static `libslang.a` you will need to link against some -- cgit v1.2.3