From fbf4535f1f611d9a93cce1ff1441c32b5e305806 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Tue, 17 Feb 2026 12:01:32 +0100 Subject: [PATCH 1/2] doc: support toolchain Visual Studio 2022 & 2026 + Windows 11 SDK --- BUILDING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index a7b91fc40ee5b5..7e02b260ca77c3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -154,11 +154,11 @@ platforms. This is true regardless of entries in the table below. Depending on the host platform, the selection of toolchains may vary. -| Operating System | Compiler Versions | -| ---------------- | -------------------------------------------------------------- | -| Linux | GCC >= 12.2 or Clang >= 19.1 | -| Windows | Visual Studio >= 2022 with the Windows 10 SDK on a 64-bit host | -| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | +| Operating System | Compiler Versions | +| ---------------- | ------------------------------------------------------------------- | +| Linux | GCC >= 12.2 or Clang >= 19.1 | +| Windows | Visual Studio 2022 or 2026 with the Windows 11 SDK on a 64-bit host | +| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | ### Official binary platforms and toolchains From 30ff2f77f2aff3f0e682aa248afb2a3253d950e9 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Wed, 18 Feb 2026 17:47:01 +0100 Subject: [PATCH 2/2] add back Windows 10 SDK --- BUILDING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 7e02b260ca77c3..9e6ec9908c58eb 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -154,11 +154,11 @@ platforms. This is true regardless of entries in the table below. Depending on the host platform, the selection of toolchains may vary. -| Operating System | Compiler Versions | -| ---------------- | ------------------------------------------------------------------- | -| Linux | GCC >= 12.2 or Clang >= 19.1 | -| Windows | Visual Studio 2022 or 2026 with the Windows 11 SDK on a 64-bit host | -| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | +| Operating System | Compiler Versions | +| ---------------- | ------------------------------------------------------------------------- | +| Linux | GCC >= 12.2 or Clang >= 19.1 | +| Windows | Visual Studio 2022 or 2026 with the Windows 10 or 11 SDK on a 64-bit host | +| macOS | Xcode >= 16.4 (Apple LLVM >= 19) | ### Official binary platforms and toolchains