This commit is contained in:
Rob Walker 2018-08-22 01:34:43 -07:00
parent a355d9f46c
commit 8282442956
1 changed files with 3 additions and 3 deletions

View File

@ -263,9 +263,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 and pkg-config. On Ubuntu:
On Linux systems you may need to install libssl-dev, pkg-config, zlib1g-dev, etc. On Ubuntu:
```bash
$ sudo apt-get install libssl-dev pkg-config
$ sudo apt-get install libssl-dev pkg-config zlib1g-dev
```
Download the source code: