docs: Update the minimal MSVC version requirements
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:
@@ -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)
|
||||
- Microsoft Visual C++ compiler
|
||||
- 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.8.6 or later for (AARCH64, ARM64EC)
|
||||
- Visual Studio 2022 version 17.9 or later for (ARM, AARCH64, ARM64EC, X86, X64)
|
||||
|
||||
Third party/extra tools.
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user