Skip to content

Commit

Permalink
Merge pull request #51 from blutack/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Jorge Aparicio committed Oct 1, 2016
2 parents d4c9db1 + 8430d97 commit 57166c2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ is also installed.
cargo install xargo
```

If building on OSX 10.10 or greater, compilation of libssh2-sys will
[fail due to missing OpenSSL headers](https://github.com/alexcrichton/ssh2-rs).
Make sure OpenSSL is installed via HomeBrew, then run the following command:

```
OPENSSL_ROOT_DIR=/usr/local/opt/openssl/ cargo install xargo
```

## License

Licensed under either of
Expand Down

0 comments on commit 57166c2

Please sign in to comment.