diff options
| author | Leo Tindall <[email protected]> | 2017-02-19 15:02:31 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-19 15:02:31 -0600 |
| commit | 3266e143ce1235b80ba6652aa050293547a7ddd4 (patch) | |
| tree | 5eedd3603ca708ba72e58a9446a328cbdb4afce6 | |
| parent | Tweaks (diff) | |
| download | rust-openssl-3266e143ce1235b80ba6652aa050293547a7ddd4.tar.xz rust-openssl-3266e143ce1235b80ba6652aa050293547a7ddd4.zip | |
Add note about needing pkg-config
I didn't have it and it took me a bit to figure out what the problem was.
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,9 @@ below. On Linux, you can typically install OpenSSL via your package manager. The headers are sometimes provided in a separate package than the runtime libraries -- look for something like `openssl-devel` or `libssl-dev`. +- look for something like `openssl-devel` or `libssl-dev`. You will also need the +regular development utilities, like `pkg-config`, as the custom build script relies +on them. ```bash # On Ubuntu |