docs: Update the minimal MSVC version requirements
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

As now __typeof__ is used in util/macros.h

The minimal required version is Visual Studio 17.9 or later, or cl.exe version 19.39.33428 or later.
According to https://learn.microsoft.com/en-us/cpp/c-language/typeof-c?view=msvc-170#requirements

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38534>
This commit is contained in:
Yonggang Luo 2025-11-20 00:22:08 +08:00 committed by Marge Bot
parent ca364a9551
commit 6400de124c

View file

@ -31,8 +31,7 @@ you're willing to maintain support for other compiler get in touch.
- Clang 5.0 or later (some parts of Mesa may require later versions) - Clang 5.0 or later (some parts of Mesa may require later versions)
- Microsoft Visual C++ compiler - Microsoft Visual C++ compiler
- Windows SDK of at least 20348 is required - Windows SDK of at least 20348 is required
- Visual Studio 2019 Version 16.11 or later for (ARM, X86, X64) - Visual Studio 2022 version 17.9 or later for (ARM, AARCH64, ARM64EC, X86, X64)
- Visual Studio 2022 version 17.8.6 or later for (AARCH64, ARM64EC)
Third party/extra tools. Third party/extra tools.
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^