Commit f04d5e02 authored by Adelar da Silva Queiróz's avatar Adelar da Silva Queiróz Committed by GitHub
Browse files

Add description about how to solve openssl issue

parent 76c09f89
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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/).