Add description about how to solve openssl issue

This commit is contained in:
Adelar da Silva Queiróz 2016-08-29 23:08:28 -03:00 committed by GitHub
parent 76c09f89f2
commit f04d5e026b
1 changed files with 2 additions and 1 deletions

View File

@ -37,9 +37,10 @@ as described below.
brew install openssl brew install openssl
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
cargo clean
``` ```
May be necessary clean the repository with `cargo clean` before build again.
### Windows ### Windows
On Windows, consider building with [mingw-w64](http://mingw-w64.org/). On Windows, consider building with [mingw-w64](http://mingw-w64.org/).