Auto merge of #9703 - djc:patch-1, r=larsbergstrom

Add instructions for OpenSSL on OS X 10.11

See #7930.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9703)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-02-20 01:28:51 +05:30
commit ff20a2d3dc

View file

@ -25,6 +25,13 @@ On OS X (MacPorts):
sudo port install python27 py27-virtualenv cmake 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: On Debian-based Linuxes:
``` sh ``` sh