Document pkg-config dependency

This commit is contained in:
Michael Vines 2018-07-02 10:42:56 -07:00 committed by GitHub
parent ea5663c0da
commit 7ce0b58af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -238,9 +238,9 @@ If your rustc version is lower than 1.26.1, please update it:
$ rustup update
```
On Linux systems you may need to install libssl-dev. On Ubuntu:
On Linux systems you may need to install libssl-dev and pkg-config. On Ubuntu:
```bash
$ sudo apt-get install libssl-dev
$ sudo apt-get install libssl-dev pkg-config
```
Download the source code: