Merge pull request #391 from Cretezy/patch-1

Add pkg-config & libssl-dev to Linux dependencies
This commit is contained in:
Syrus Akbary 2019-04-23 18:39:19 -07:00 committed by GitHub
commit 9f8bbb72cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ sudo port install cmake
#### Debian-based Linuxes
```sh
sudo apt install cmake
sudo apt install cmake pkg-config libssl-dev
```
#### FreeBSD