mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
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:
commit
ff20a2d3dc
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue