Update README with OSX 10.11 instructions

These instructions are from one of the open issues on the project. They are working for me, I am not sure if there are some possible side effects from the brew link --force.
This commit is contained in:
Marius 2015-10-11 08:20:53 -07:00 committed by Marius Seritan
parent 84c1880ed5
commit 1b580e2e8d
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ rust-openssl to a separate installation. OSX releases starting at 10.11, "El
Capitan", no longer include OpenSSL headers which will prevent the `openssl`
crate from compiling.
For OSX 10.11 you can use brew to install OpenSSL.
```bash
brew install openssl
brew link openssl --force
```
### Windows
On Windows, consider building with [mingw-w64](http://mingw-w64.org/).