diff options
author | Alex Crichton <alex@alexcrichton.com> | 2017-05-08 09:14:34 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2017-05-08 09:14:34 -0700 |
commit | 0b5d368292bbd4682c767fa6b5b0753d260ae43f (patch) | |
tree | 5992ddb036523ed1bc229832b95da8489992cd71 /README.md | |
parent | cb1c184968b2a0c84bd3fdabe46594694bade549 (diff) | |
download | ssh2-rs-0b5d368292bbd4682c767fa6b5b0753d260ae43f.zip |
Update README instructions for OSX
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -23,19 +23,8 @@ 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 - -```sh -export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include -export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib -``` - This crate also needs to have `cmake` installed: ```sh brew install cmake -```
\ No newline at end of file +``` |