aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-09-09 09:19:43 -0700
committerSteven Fackler <[email protected]>2016-09-09 09:19:43 -0700
commit37c475384ade8e1be4d8acdba126ac0359dd0561 (patch)
tree621adc0726086e6ab24f9dd1ca90640a99884b09 /README.md
parentMerge branch 'release-sys-v0.7.17-v0.8.2' into release (diff)
parentRelease v0.8.3 (diff)
downloadrust-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.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ae43ff4..d919cff1 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](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/).