We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542eacc commit bdfa4b4Copy full SHA for bdfa4b4
README.md
@@ -23,6 +23,19 @@ To build in debug mode:
23
24
make PROFILE=debug
25
26
+To link against the resulting library, on **Linux**:
27
+
28
+ -lrustls -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc
29
30
+To link against the resulting library, on **macOS**:
31
32
+ -lrustls -framework Security -liconv -lSystem -lresolv -lc -lm -liconv
33
34
+If the linking instructions above go out of date, [you can get an up-to-date list
35
+via](https://doc.rust-lang.org/rustc/command-line-arguments.html#--print-print-compiler-information):
36
37
+ RUSTFLAGS="--print native-static-libs" cargo build
38
39
# Overview
40
41
Rustls doesn't do any I/O on its own. It provides the protocol handling, and
0 commit comments