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 9b65c94 commit e11431fCopy full SHA for e11431f
README.md
@@ -56,6 +56,13 @@ $ sudo service nginx restart
56
`rustls-libssl-nginx enable` installs a systemd drop-in in `/etc/systemd/system/nginx.service.d/`.
57
`rustls-libssl-nginx disable` undoes that.
58
59
+## Building from source
60
+
61
+In addition to Rust 1.77+ you will require `lld` to build `rustls-libssl` from
62
+source. At the time of writing the default linker (`ld`) doesn't offer
63
+sufficient `--version-script` support and `lld` must be available for the
64
+project `build.rs` script to use.
65
66
# Changelog
67
The detailed list of changes in each release can be found at
68
https://github.com/rustls/rustls-openssl-compat/releases.
0 commit comments