aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-11-20 17:23:21 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-11-23 17:30:16 +0100
commit9d8c943c68a37fb429e21454528ad01a7a3d8883 (patch)
tree43a37eff3029aa0d07de62522f7c58558087490a
parent21881cde34acd67302af633fe97547b2857483a1 (diff)
downloadlibssh-9d8c943c68a37fb429e21454528ad01a7a3d8883.tar.gz
libssh-9d8c943c68a37fb429e21454528ad01a7a3d8883.tar.xz
libssh-9d8c943c68a37fb429e21454528ad01a7a3d8883.zip
Update INSTALL
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index ccd76ae6..e3c96be0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -22,12 +22,12 @@ optional:
Note that these version numbers are version we know works correctly. If you
build and run libssh successfully with an older version, please let us know.
-Windows binaries known to be working:
+For Windows use vcpkg:
-- http://www.slproweb.com/products/Win32OpenSSL.html
-- http://zlib.net/ -> zlib compiled DLL
+https://github.com/Microsoft/vcpkg
-We installed them in C:\Program Files
+which you can use to install openssl and zilib. libssh itself is also part of
+vcpkg!
## Building
First, you need to configure the compilation, using CMake. Go inside the