aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-02-08 21:59:51 -0800
committerSteven Fackler <[email protected]>2015-02-08 21:59:51 -0800
commitb41f3dd72f29e9487bb9ac8198e0b54637ce0048 (patch)
tree24bf3302e070d5ca52b9cfeeb0d66a92bc0e9a79
parentFix test (diff)
parentAdd info about OS X to the README (diff)
downloadrust-openssl-b41f3dd72f29e9487bb9ac8198e0b54637ce0048.tar.xz
rust-openssl-b41f3dd72f29e9487bb9ac8198e0b54637ce0048.zip
Merge pull request #156 from s-panferov/patch-1
Add info about OS X to the README
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index f97332e7..4216ca78 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,17 @@ Rust install's libs folder. The default should be:
respectively.
5. Run `cargo build`.
+###OS X
+
+OS X is shipped with extremely outdated openssl. We recommend to update it. If you're using Homebrew it should be as easy as:
+
+```bash
+brew install openssl
+brew link openssl --force
+```
+
+Note that you need to execute `cargo clean` in your project directory to rebuild `rust-openssl` with the new version of `openssl`.
+
###Testing
Several tests expect a local test server to be running to bounce requests off
of. It's easy to do this. Open a separate terminal window and `cd` to the