summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKontio Pyry <kontio@r.recruit.co.jp>2017-04-12 15:54:13 +0900
committerKontio Pyry <kontio@r.recruit.co.jp>2017-04-12 15:54:13 +0900
commitb45a914adb4141db4d041c3e92d84fc573da8c0c (patch)
treea6bf87d2c3c386a3ac01d4a15b3639b6d5b10148 /README.md
parentfe6df9f17a62d3c908c46084bae31d73997a4874 (diff)
downloadssh2-rs-b45a914adb4141db4d041c3e92d84fc573da8c0c.zip
Added a remark about cmake
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index f9c3185..6fe365a 100644
--- a/README.md
+++ b/README.md
@@ -33,3 +33,9 @@ the header files are:
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