1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-28 17:41:28 +03:00

Update INSTALL file

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider 2019-02-07 10:29:31 +01:00
parent 9f9afab3e6
commit 686cd6e83b

View File

@ -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