or higher -> or greater 11 docs 4

This commit is contained in:
Viktor Szakats 2026-05-26 18:59:46 +02:00
parent ce4d34e28f
commit 222e447efc
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -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