aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOussama Gammoudi <[email protected]>2017-06-03 16:21:50 +0100
committerGitHub <[email protected]>2017-06-03 16:21:50 +0100
commit0f02a8b61d9d8878eece3264bdc3271e2bd9b86b (patch)
tree8abfdd751104c872a96b8e0596f0760ce0537be4 /README.md
parentLittle docs fix (diff)
downloadrust-openssl-0f02a8b61d9d8878eece3264bdc3271e2bd9b86b.tar.xz
rust-openssl-0f02a8b61d9d8878eece3264bdc3271e2bd9b86b.zip
Add pkg-config
error: failed to run custom build command for `openssl-sys v0.9.13` run pkg_config fail: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"openssl\"`: No such file or directory (os error 2)" Problem encountered on WSL (Ubuntu on windows). Fixed by installing pkg-config
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 365d57b1..14eb79ad 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ on them.
```bash
# On Ubuntu
-sudo apt-get install libssl-dev
+sudo apt-get install pkg-config libssl-dev
# On Arch Linux
sudo pacman -S openssl
# On Fedora