mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
or higher -> or greater 11 docs 4
This commit is contained in:
parent
ce4d34e28f
commit
222e447efc
5 changed files with 7 additions and 7 deletions
|
|
@ -206,8 +206,8 @@ Building for Windows Vista/Server 2008 is required as a minimum.
|
|||
|
||||
You can build curl with:
|
||||
|
||||
- Microsoft Visual Studio 2010 v10.0 or higher (`_MSC_VER >= 1600`)
|
||||
- MinGW-w64 3.0 or higher (`__MINGW64_VERSION_MAJOR >= 3`)
|
||||
- Microsoft Visual Studio 2010 v10.0 or greater (`_MSC_VER >= 1600`)
|
||||
- MinGW-w64 3.0 or greater (`__MINGW64_VERSION_MAJOR >= 3`)
|
||||
|
||||
## Building Windows DLLs and C runtime (CRT) linkage issues
|
||||
|
||||
|
|
@ -334,7 +334,7 @@ cmake . \
|
|||
|
||||
Notes:
|
||||
|
||||
- Requires DJGPP 2.04 or higher.
|
||||
- Requires DJGPP 2.04 or greater.
|
||||
|
||||
- Compile Watt-32 (and OpenSSL) with the same version of DJGPP. Otherwise
|
||||
things go wrong because things like FS-extensions and `errno` values have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue