From 308437ac53a142be2c3470330e7de3737915bb23 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 13 Jan 2025 19:52:50 +0100 Subject: [PATCH] INSTALL.md: document VS2008 and mingw-w64 Ref: #15972 Closes #15992 --- docs/INSTALL.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index d0ffcea45e..4ce2ef19a3 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -180,6 +180,11 @@ library check. 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 +- MinGW-w64 + ## Building Windows DLLs and C runtime (CRT) linkage issues As a general rule, building a DLL with static CRT linkage is highly