summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 2 insertions, 17 deletions
diff --git a/README.md b/README.md
index 9a6b0ca..826533c 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,6 @@ Rust bindings to libssh2
## Usage
-Ensure that [`zlib`](https://zlib.net/) is installed (Debian: `sudo apt-get
-install zlib1g-dev`, OSX: `brew install zlib-devel`,
-[Windows](http://gnuwin32.sourceforge.net/packages/zlib.htm))
-
```toml
# Cargo.toml
[dependencies]
@@ -21,16 +17,5 @@ ssh2 = "0.3"
## Building on OSX 10.10+
-Currently libssh2 requires linking against OpenSSL, and to compile libssh2 it
-also needs to find the OpenSSL headers. On OSX 10.10+ the OpenSSL headers have
-been removed, but if you're using Homebrew you can install them via:
-
-```sh
-brew install openssl
-```
-
-This crate also needs to have `cmake` installed:
-
-```sh
-brew install cmake
-```
+This library depends on OpenSSL. To get OpenSSL working follow the
+[`openssl` crate's instructions](https://github.com/sfackler/rust-openssl#macos).