From f739a6867b000f6de928a55a1bd24a1cdf05c385 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 15 Jan 2025 02:33:36 +0100 Subject: [PATCH] INSTALL.md: tweak to the MSVC version line [ci skip] Follow-up to 308437ac53a142be2c3470330e7de3737915bb23 #15992 --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 4ce2ef19a3..e8300f589a 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -182,7 +182,7 @@ Building for Windows XP is required as a minimum. You can build curl with: -- Microsoft Visual Studio 2008 (v9.0, `_MSC_VER = 1500`) or later +- Microsoft Visual Studio 2008 v9.0 or later (`_MSC_VER >= 1500`) - MinGW-w64 ## Building Windows DLLs and C runtime (CRT) linkage issues