aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-02-19 13:07:32 -0800
committerGitHub <[email protected]>2017-02-19 13:07:32 -0800
commite42f3a5d915af57f4401b54e42fc24ec77885f03 (patch)
tree5eedd3603ca708ba72e58a9446a328cbdb4afce6
parentTweaks (diff)
parentAdd note about needing pkg-config (diff)
downloadrust-openssl-e42f3a5d915af57f4401b54e42fc24ec77885f03.tar.xz
rust-openssl-e42f3a5d915af57f4401b54e42fc24ec77885f03.zip
Merge pull request #583 from SilverWingedSeraph/patch-1
Add note about needing pkg-config
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb943cc0..be2157b8 100644
--- a/README.md
+++ b/README.md
@@ -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