diff options
| author | Steven Fackler <[email protected]> | 2016-09-09 09:19:43 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-09-09 09:19:43 -0700 |
| commit | 37c475384ade8e1be4d8acdba126ac0359dd0561 (patch) | |
| tree | 621adc0726086e6ab24f9dd1ca90640a99884b09 /README.md | |
| parent | Merge branch 'release-sys-v0.7.17-v0.8.2' into release (diff) | |
| parent | Release v0.8.3 (diff) | |
| download | rust-openssl-openssl-v0.8.3.tar.xz rust-openssl-openssl-v0.8.3.zip | |
Merge branch 'release-v0.8.3' into releaseopenssl-v0.8.3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,7 @@ [](https://travis-ci.org/sfackler/rust-openssl) -[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.8.2/openssl). +[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.8.3/openssl). ## Building @@ -39,6 +39,8 @@ export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib ``` +May be necessary clean the repository with `cargo clean` before build again. + ### Windows On Windows, consider building with [mingw-w64](http://mingw-w64.org/). |