aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2019-02-07 10:29:31 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-02-07 10:30:05 +0100
commit686cd6e83b8ed75a42b4426e12c3bef0db1d16fc (patch)
tree8ee3c7984dc16e4dd310f6afef739fc9872cddf4
parent9f9afab3e65f735978e7cd9e61fc08a68ee736d5 (diff)
downloadlibssh-686cd6e83b8ed75a42b4426e12c3bef0db1d16fc.tar.gz
libssh-686cd6e83b8ed75a42b4426e12c3bef0db1d16fc.tar.xz
libssh-686cd6e83b8ed75a42b4426e12c3bef0db1d16fc.zip
Update INSTALL file
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--INSTALL5
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index e3c96be0..0ccb5002 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,9 +11,10 @@ In order to build libssh, you need to install several components:
- [openssl](http://www.openssl.org) >= 0.9.8
or
- [gcrypt](http://www.gnu.org/directory/Security/libgcrypt.html) >= 1.4
+- [libz](http://www.zlib.net) >= 1.2
optional:
-- [libz](http://www.zlib.net) >= 1.2
+- [cmocka](https://cmocka.org/) >= 1.1.0
- [socket_wrapper](https://cwrap.org/) >= 1.1.5
- [nss_wrapper](https://cwrap.org/) >= 1.1.2
- [uid_wrapper](https://cwrap.org/) >= 1.2.0
@@ -26,7 +27,7 @@ For Windows use vcpkg:
https://github.com/Microsoft/vcpkg
-which you can use to install openssl and zilib. libssh itself is also part of
+which you can use to install openssl and zlib. libssh itself is also part of
vcpkg!
## Building