summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-05-08 09:14:34 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-05-08 09:14:34 -0700
commit0b5d368292bbd4682c767fa6b5b0753d260ae43f (patch)
tree5992ddb036523ed1bc229832b95da8489992cd71 /README.md
parentcb1c184968b2a0c84bd3fdabe46594694bade549 (diff)
downloadssh2-rs-0b5d368292bbd4682c767fa6b5b0753d260ae43f.zip
Update README instructions for OSX
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/README.md b/README.md
index 6fe365a..9e5a2d8 100644
--- a/README.md
+++ b/README.md
@@ -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
+```