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

@ -65,7 +65,7 @@ returned, curl parses it and stores the retrieved information.
If DoH is not used for name resolving in an HTTPS RR enabled build, we must
provide the ability using the regular resolver backends. We use the c-ares DNS
library for the HTTPS RR lookup. Version 1.28.0 or higher.
library for the HTTPS RR lookup. Version 1.28.0 or greater.
### c-ares

View file

@ -224,7 +224,7 @@ target_link_libraries(my_target PRIVATE CURL::libcurl)
- `IMPORT_LIB_SUFFIX`: Import library suffix. Default: `_imp` for MSVC-like toolchains, otherwise empty.
- `LIBCURL_OUTPUT_NAME`: Basename of the curl library. Default: `libcurl`
- `PICKY_COMPILER`: Enable picky compiler options. Default: `ON`
- `SHARE_LIB_OBJECT`: Build shared and static libcurl in a single pass (requires CMake 3.12 or higher). Default: `ON` for Windows
- `SHARE_LIB_OBJECT`: Build shared and static libcurl in a single pass (requires CMake 3.12 or greater). Default: `ON` for Windows
- `STATIC_LIB_SUFFIX`: Static library suffix. Default: (empty)
## Root CA options

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

View file

@ -56,7 +56,7 @@ Once downloaded, build `curl` using `--with-rustls` and the path to the extracte
Building `rustls-ffi` from source requires both a rust compiler, and the [cargo-c] cargo plugin.
To install a Rust compiler, use [rustup] or your package manager to install
the **1.73** or higher toolchain.
the **1.73** or greater toolchain.
To install `cargo-c`, use your [package manager][cargo-c pkg], download
[a pre-built archive][cargo-c prebuilt], or build it from source with `cargo install cargo-c`.

View file

@ -47,7 +47,7 @@ An additional complication can be that modern SSL libraries sometimes are
built with support for older SSL and TLS versions disabled.
All versions of SSL and the TLS versions before 1.2 are considered insecure
and should be avoided. Use TLS 1.2 or higher.
and should be avoided. Use TLS 1.2 or greater.
## Ciphers