diff options
| author | Marius <[email protected]> | 2015-10-11 08:20:53 -0700 |
|---|---|---|
| committer | Marius Seritan <[email protected]> | 2015-12-24 10:12:13 -0800 |
| commit | 1b580e2e8d593be79aa4142b902cdb46afa044ef (patch) | |
| tree | 3d5670c258b529f10f2c91737b9bc291d28b4100 /README.md | |
| parent | Update README doc link (diff) | |
| download | rust-openssl-1b580e2e8d593be79aa4142b902cdb46afa044ef.tar.xz rust-openssl-1b580e2e8d593be79aa4142b902cdb46afa044ef.zip | |
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.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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/). |