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:
parent
84c1880ed5
commit
1b580e2e8d
|
|
@ -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/).
|
||||
|
|
|
|||
Loading…
Reference in New Issue