]> git.ipfire.org Git - thirdparty/curl.git/commit
docs: rework RUSTLS install instructions
authorDaniel McCarney <daniel@binaryparadox.net>
Sun, 16 Mar 2025 16:38:24 +0000 (12:38 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 27 Mar 2025 07:47:43 +0000 (08:47 +0100)
commit14761d8b61a3377655105d738f5cda2379eb7d82
treecab3e24d073c0bd20d92fd2a4d80cfdf1b7eabdd
parent0c20e9bf1a5cc7318f85e70212505856bb5f0e72
docs: rework RUSTLS install instructions

Describes using a package manager or pre-built binaries and adopts the
0.15 installation from source instructions.

Previously the rustls docs described installing rustls-ffi from source
using the GNU Makefile. The upstream project has switched to using
cargo-c as a cross-platform solution that works well with the rust
toolchain, pkg-config, and Windows and so this needs an update.

Similarly, for folks that want to avoid the extra cargo-c tool
requirement, rustls-ffi provides binary releases for common platforms,
and some Linux distributions/package managers offer pre-built packages.

The install instructions are expanded to cover these options since
they're generally better for end users than building the dep. from
source (no `rustc` required).
.github/scripts/spellcheck.words
docs/RUSTLS.md