File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ to provide the cryptographic primitives.
23
23
24
24
To build rustls-ffi as a static or shared library you'll need to [ install the
25
25
Rust toolchain] ( https://rustup.rs/ ) (version 1.71 or above) as well as
26
- [ cargo c ] ( https://github.com/lu-zero/cargo-c ) .
26
+ [ cargo-c ] .
27
27
28
28
The [ cargo-c] tool can be installed from
29
29
[ your package manager] ( https://github.com/lu-zero/cargo-c?tab=readme-ov-file#availability )
@@ -33,6 +33,8 @@ If you plan to build the `client` and `server` [C examples](#example-application
33
33
you will also need ` cmake ` and a C compiler (` gcc ` and ` clang ` should both work,
34
34
as well as MSVC on Windows).
35
35
36
+ [ cargo-c ] : https://github.com/lu-zero/cargo-c
37
+
36
38
## Building and Installing
37
39
38
40
``` bash
@@ -42,7 +44,7 @@ sudo cargo capi install --release
42
44
```
43
45
44
46
If you receive a message like "error: no such command capi" you need to install
45
- [ cargo c] from your package manager, or using ` cargo install cargo-c ` .
47
+ [ cargo- c] from your package manager, or using ` cargo install cargo-c ` .
46
48
47
49
To change where the library is installed, use ` --prefix ` like:
48
50
You can’t perform that action at this time.
0 commit comments