From: Viktor Szakats Date: Tue, 27 Jan 2026 14:00:24 +0000 (+0100) Subject: INSTALL-CMAKE.md: document new static options as experimental X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f824b4d004974603a4fbb8df3ddac8c2af2759ec;p=thirdparty%2Fcurl.git INSTALL-CMAKE.md: document new static options as experimental Follow-up to 26c39d8df182a63d28d81ed2b044e6a343519d1a #20015 Closes #20450 --- diff --git a/docs/INSTALL-CMAKE.md b/docs/INSTALL-CMAKE.md index 4f4ba9d51d..79222ba9e1 100644 --- a/docs/INSTALL-CMAKE.md +++ b/docs/INSTALL-CMAKE.md @@ -409,10 +409,10 @@ Details via CMake - `BROTLI_INCLUDE_DIR`: Absolute path to brotli include directory. - `BROTLICOMMON_LIBRARY`: Absolute path to `brotlicommon` library. - `BROTLIDEC_LIBRARY`: Absolute path to `brotlidec` library. -- `BROTLI_USE_STATIC_LIBS`: Configure for static brotli libraries. +- `BROTLI_USE_STATIC_LIBS`: Configure for static brotli libraries. (experimental) - `CARES_INCLUDE_DIR`: Absolute path to c-ares include directory. - `CARES_LIBRARY`: Absolute path to `cares` library. -- `CARES_USE_STATIC_LIBS`: Configure for static c-ares libraries. +- `CARES_USE_STATIC_LIBS`: Configure for static c-ares libraries. (experimental) - `DL_LIBRARY`: Absolute path to `dl` library. (for Rustls) - `GNUTLS_INCLUDE_DIR`: Absolute path to GnuTLS include directory. - `GNUTLS_LIBRARY`: Absolute path to `gnutls` library. @@ -432,10 +432,10 @@ Details via CMake - `LIBRTMP_LIBRARY`: Absolute path to `librtmp` library. - `LIBSSH_INCLUDE_DIR`: Absolute path to libssh include directory. - `LIBSSH_LIBRARY`: Absolute path to `libssh` library. -- `LIBSSH_USE_STATIC_LIBS`: Configure for static libssh libraries. +- `LIBSSH_USE_STATIC_LIBS`: Configure for static libssh libraries. (experimental) - `LIBSSH2_INCLUDE_DIR`: Absolute path to libssh2 include directory. - `LIBSSH2_LIBRARY`: Absolute path to `libssh2` library. -- `LIBSSH2_USE_STATIC_LIBS`: Configure for static libssh2 libraries. +- `LIBSSH2_USE_STATIC_LIBS`: Configure for static libssh2 libraries. (experimental) - `LIBUV_INCLUDE_DIR`: Absolute path to libuv include directory. - `LIBUV_LIBRARY`: Absolute path to `libuv` library. - `MATH_LIBRARY`: Absolute path to `m` library. (for Rustls, wolfSSL) @@ -443,13 +443,13 @@ Details via CMake - `MBEDTLS_LIBRARY`: Absolute path to `mbedtls` library. - `MBEDX509_LIBRARY`: Absolute path to `mbedx509` library. - `MBEDCRYPTO_LIBRARY`: Absolute path to `mbedcrypto` library. -- `MBEDTLS_USE_STATIC_LIBS`: Configure for static mbedTLS libraries. +- `MBEDTLS_USE_STATIC_LIBS`: Configure for static mbedTLS libraries. (experimental) - `NGHTTP2_INCLUDE_DIR`: Absolute path to nghttp2 include directory. - `NGHTTP2_LIBRARY`: Absolute path to `nghttp2` library. -- `NGHTTP2_USE_STATIC_LIBS`: Configure for static nghttp2 libraries. +- `NGHTTP2_USE_STATIC_LIBS`: Configure for static nghttp2 libraries. (experimental) - `NGHTTP3_INCLUDE_DIR`: Absolute path to nghttp3 include directory. - `NGHTTP3_LIBRARY`: Absolute path to `nghttp3` library. -- `NGHTTP3_USE_STATIC_LIBS`: Configure for static nghttp3 libraries. +- `NGHTTP3_USE_STATIC_LIBS`: Configure for static nghttp3 libraries. (experimental) - `NGTCP2_INCLUDE_DIR`: Absolute path to ngtcp2 include directory. - `NGTCP2_LIBRARY`: Absolute path to `ngtcp2` library. - `NGTCP2_CRYPTO_BORINGSSL_LIBRARY`: Absolute path to `ngtcp2_crypto_boringssl` library. (also for AWS-LC) @@ -458,7 +458,7 @@ Details via CMake - `NGTCP2_CRYPTO_OSSL_LIBRARY`: Absolute path to `ngtcp2_crypto_ossl` library. - `NGTCP2_CRYPTO_QUICTLS_LIBRARY`: Absolute path to `ngtcp2_crypto_quictls` library. (also for LibreSSL with ngtcp2 <1.15.0) - `NGTCP2_CRYPTO_WOLFSSL_LIBRARY`: Absolute path to `ngtcp2_crypto_wolfssl` library. -- `NGTCP2_USE_STATIC_LIBS`: Configure for static ngtcp2 libraries. +- `NGTCP2_USE_STATIC_LIBS`: Configure for static ngtcp2 libraries. (experimental) - `NETTLE_INCLUDE_DIR`: Absolute path to nettle include directory. - `NETTLE_LIBRARY`: Absolute path to `nettle` library. - `PTHREAD_LIBRARY`: Absolute path to `pthread` library. (for Rustls) @@ -471,7 +471,7 @@ Details via CMake - `WOLFSSL_LIBRARY`: Absolute path to `wolfssl` library. - `ZSTD_INCLUDE_DIR`: Absolute path to zstd include directory. - `ZSTD_LIBRARY`: Absolute path to `zstd` library. -- `ZSTD_USE_STATIC_LIBS`: Configure for static zstd libraries. +- `ZSTD_USE_STATIC_LIBS`: Configure for static zstd libraries. (experimental) Examples: