diff options
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/). |