aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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