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
This commit is contained in:
Oussama Gammoudi 2017-06-03 16:21:50 +01:00 committed by GitHub
parent 3028958bf6
commit 0f02a8b61d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ on them.
```bash ```bash
# On Ubuntu # On Ubuntu
sudo apt-get install libssl-dev sudo apt-get install pkg-config libssl-dev
# On Arch Linux # On Arch Linux
sudo pacman -S openssl sudo pacman -S openssl
# On Fedora # On Fedora