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

View File

@ -238,9 +238,9 @@ If your rustc version is lower than 1.26.1, please update it:
$ rustup update $ 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 ```bash
$ sudo apt-get install libssl-dev $ sudo apt-get install libssl-dev pkg-config
``` ```
Download the source code: Download the source code: