From: Viktor Szakats Date: Mon, 13 Jan 2025 18:52:50 +0000 (+0100) Subject: INSTALL.md: document VS2008 and mingw-w64 X-Git-Tag: curl-8_12_0~119 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=308437ac53a142be2c3470330e7de3737915bb23;p=thirdparty%2Fcurl.git INSTALL.md: document VS2008 and mingw-w64 Ref: #15972 Closes #15992 --- 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