Merge pull request #444 from adelarsq/patch-1

Add cargo clean in the list
This commit is contained in:
Steven Fackler 2016-08-30 20:53:22 +02:00 committed by GitHub
commit 4d4292a3b0
1 changed files with 2 additions and 0 deletions

View File

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