Add description about how to solve openssl issue
This commit is contained in:
parent
76c09f89f2
commit
f04d5e026b
|
|
@ -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/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue