aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdelar da Silva Queiróz <[email protected]>2016-08-29 23:08:28 -0300
committerGitHub <[email protected]>2016-08-29 23:08:28 -0300
commitf04d5e026b9aeabd88a6afe5bc663fa26384529c (patch)
tree1ff563cf87baef7c4f0e415811e37a837470d6e4
parentAdd cargo clean in the list (diff)
downloadrust-openssl-f04d5e026b9aeabd88a6afe5bc663fa26384529c.tar.xz
rust-openssl-f04d5e026b9aeabd88a6afe5bc663fa26384529c.zip
Add description about how to solve openssl issue
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 41f3bf00..78bce6cd 100644
--- a/README.md
+++ b/README.md
@@ -37,9 +37,10 @@ as described below.
brew install openssl
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
-cargo clean
```
+May be necessary clean the repository with `cargo clean` before build again.
+
### Windows
On Windows, consider building with [mingw-w64](http://mingw-w64.org/).