mirror of
https://github.com/curl/curl.git
synced 2026-08-24 21:43:32 +03:00
build: drop support for VS2008 (Windows)
Require Visual Studio 2010 or newer. Ref: https://github.com/curl/curl/discussions/15972 Follow-up todc28bb86c1#17798 Follow-up to63e513b106#17380 Closes #17931
This commit is contained in:
parent
554dfa5568
commit
2e1a045d89
9 changed files with 15 additions and 47 deletions
|
|
@ -200,7 +200,7 @@ Building for Windows XP is required as a minimum.
|
|||
|
||||
You can build curl with:
|
||||
|
||||
- Microsoft Visual Studio 2008 v9.0 or later (`_MSC_VER >= 1500`)
|
||||
- Microsoft Visual Studio 2010 v10.0 or later (`_MSC_VER >= 1600`)
|
||||
- MinGW-w64 3.0 or later (`__MINGW64_VERSION_MAJOR >= 3`)
|
||||
|
||||
## Building Windows DLLs and C runtime (CRT) linkage issues
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue