Skip to content

Commit

Permalink
Merge cb32191 into 5ead3be
Browse files Browse the repository at this point in the history
  • Loading branch information
xaocon committed May 24, 2016
2 parents 5ead3be + cb32191 commit 30f61fc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ been removed, but if you're using Homebrew you can install them via:
brew install openssl
```

To get this library to pick them up the [standard `rust-openssl`
instructions][instr] can be used to transitively inform libssh2-sys about where
the header files are:

[instr]: https://github.com/sfackler/rust-openssl#osx
To get this library to pick them up the brew prefix command can be used to
transitively inform libssh2-sys about where the header files are:

```sh
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
export OPENSSL_ROOT_DIR=`brew --prefix openssl`
```

# License
Expand Down

0 comments on commit 30f61fc

Please sign in to comment.