diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2025-06-24 15:54:00 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-24 07:54:00 +0000 |
| commit | 47475114d036a391bacdb53a9a1c60e5d35b61bc (patch) | |
| tree | c891ec9f7784e68bd831c5a7407285d4b18a943d /docs | |
| parent | b1fc75fab3a1b700a89a711289598ac74883483c (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/building.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 + +<!--- +Please keep the exact formatting '_Foo_ xx.yy is tested in CI' as there is a +script which checks that this is still up to date. +--> + +_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 |
