Skip to content

Commit e11431f

Browse files
cpuctz
authored andcommitted
docs: mention lld requirement as it exists today
1 parent 9b65c94 commit e11431f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ $ sudo service nginx restart
5656
`rustls-libssl-nginx enable` installs a systemd drop-in in `/etc/systemd/system/nginx.service.d/`.
5757
`rustls-libssl-nginx disable` undoes that.
5858

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+
5966
# Changelog
6067
The detailed list of changes in each release can be found at
6168
https://github.com/rustls/rustls-openssl-compat/releases.

0 commit comments

Comments
 (0)