From 76c09f89f2d72890f7478a7a8e239fa01f1e8f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelar=20da=20Silva=20Queir=C3=B3z?= Date: Mon, 29 Aug 2016 22:59:11 -0300 Subject: [PATCH 1/2] Add cargo clean in the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ae43ff4..41f3bf00 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ as described below. brew install openssl export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib +cargo clean ``` ### Windows From f04d5e026b9aeabd88a6afe5bc663fa26384529c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adelar=20da=20Silva=20Queir=C3=B3z?= Date: Mon, 29 Aug 2016 23:08:28 -0300 Subject: [PATCH 2/2] Add description about how to solve openssl issue --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/).