mirror of
https://github.com/curl/curl.git
synced 2026-08-12 12:00:55 +03:00
parent
0fb4e59269
commit
c5cb8e7c7e
25 changed files with 50 additions and 49 deletions
|
|
@ -11,7 +11,7 @@ be built to use it as an alternative to OpenSSL or other TLS backends. We use
|
|||
the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
|
||||
version of curl depends on version v0.13.0 of rustls-ffi.
|
||||
|
||||
# Building with rustls
|
||||
# Building with Rustls
|
||||
|
||||
First, [install Rust](https://rustup.rs/).
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ Next, check out, build, and install the appropriate version of rustls-ffi:
|
|||
% make
|
||||
% make DESTDIR=${HOME}/rustls-ffi-built/ install
|
||||
|
||||
Now configure and build curl with rustls:
|
||||
Now configure and build curl with Rustls:
|
||||
|
||||
% git clone https://github.com/curl/curl
|
||||
% cd curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue