Skip to content

Commit 46a6192

Browse files
MikeMcC399aduh95
authored andcommitted
doc: support toolchain Visual Studio 2022 & 2026 + Windows 11 SDK
PR-URL: #61864 Refs: #61449 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Stefan Stojanovic <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 192c038 commit 46a6192

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

BUILDING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ platforms. This is true regardless of entries in the table below.
153153

154154
Depending on the host platform, the selection of toolchains may vary.
155155

156-
| Operating System | Compiler Versions |
157-
| ---------------- | -------------------------------------------------------------- |
158-
| Linux | GCC >= 12.2 or Clang >= 19.1 |
159-
| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host |
160-
| macOS | Xcode >= 16.4 (Apple LLVM >= 19) |
156+
| Operating System | Compiler Versions |
157+
| ---------------- | ------------------------------------------------------------------------- |
158+
| Linux | GCC >= 12.2 or Clang >= 19.1 |
159+
| Windows | Visual Studio 2022 or 2026 with the Windows 10 or 11 SDK on a 64-bit host |
160+
| macOS | Xcode >= 16.4 (Apple LLVM >= 19) |
161161

162162
### Official binary platforms and toolchains
163163

0 commit comments

Comments
 (0)