aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-02-20 01:28:51 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-02-20 01:28:51 +0530
commitff20a2d3dc574d73603783c5230a62e1c4c76723 (patch)
tree82b96081492cddef63dc0809a2bcb89c6fd56f23
parentc68fbee03ecc0054205b7f58ce232cd844eee578 (diff)
parenta0458b7dcddfa97275778adb9b6d78f47b3e97d2 (diff)
downloadservo-ff20a2d3dc574d73603783c5230a62e1c4c76723.tar.gz
servo-ff20a2d3dc574d73603783c5230a62e1c4c76723.zip
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 -->
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 936de4b5d49..d1462f7baa9 100644
--- a/README.md
+++ b/README.md
@@ -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