Add instructions for OpenSSL on OS X 10.11

See #7930.
This commit is contained in:
Dirkjan Ochtman 2016-02-19 14:17:44 +01:00
parent 361bb24a49
commit a0458b7dcd

View file

@ -25,6 +25,13 @@ On OS X (MacPorts):
sudo port install python27 py27-virtualenv cmake
```
On OS X 10.11, you also have to install openssl:
``` sh
brew install openssl
brew link --force openssl
```
On Debian-based Linuxes:
``` sh