summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorbartonjs <jbarton@microsoft.com>2016-01-07 11:25:08 -0800
committerbartonjs <jbarton@microsoft.com>2016-01-07 11:25:08 -0800
commit21109417b19937e3577b46819a00ea834997c000 (patch)
treecd12af356d6629c286baf600bf5436fad0fefa77 /Documentation
parenta7a79de1e4491b9c3a2a69665183f62024752172 (diff)
downloadcoreclr-21109417b19937e3577b46819a00ea834997c000.tar.gz
coreclr-21109417b19937e3577b46819a00ea834997c000.tar.bz2
coreclr-21109417b19937e3577b46819a00ea834997c000.zip
Update OS X instructions to include upgrading OpenSSL
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/osx-instructions.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/building/osx-instructions.md b/Documentation/building/osx-instructions.md
index cf0349dfd1..eafecc29f5 100644
--- a/Documentation/building/osx-instructions.md
+++ b/Documentation/building/osx-instructions.md
@@ -57,6 +57,13 @@ ICU
---
ICU (International Components for Unicode) is also required to build and run. It can be obtained via [Homebrew](http://brew.sh/) with `brew install icu4c`.
+OpenSSL
+-------
+The CoreFX cryptography libraries are built on OpenSSL. The version of OpenSSL included on OS X (0.9.8) has gone out of support, and a newer version is required. A supported version can be obtained via [Homebrew](http://brew.sh).
+
+ brew install openssl
+ brew link --force openssl
+
Demo directory
--------------