Commit 1b580e2e authored by Marius's avatar Marius Committed by Marius Seritan
Browse files

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.
parent 84c1880e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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/).