From 3bb381fad725363655e5b4a7fbcb59579cfc2db4 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 8 Feb 2012 19:07:43 +0100 Subject: doc: Add more infor about Windows binaries. --- INSTALL | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 66c36f0..d85b8e5 100644 --- a/INSTALL +++ b/INSTALL @@ -18,12 +18,18 @@ 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: + +- http://www.slproweb.com/products/Win32OpenSSL.html +- http://www.winimage.com/zLibDll/index.html + +We installed them in C:\Program Files ## Building First, you need to configure the compilation, using CMake. Go inside the `build` dir. Create it if it doesn't exist. -GNU/Linux and MacOS X: +GNU/Linux, MacOS X, MSYS/MinGW: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .. make @@ -59,6 +65,17 @@ and MacOS X). - On Windows: run `cmakesetup` - On GNU/Linux and MacOS X: run `ccmake ..` +### Useful Windows options: + +If you have installed OpenSSL or ZLIB in non standard directories, maybe you +want to set: + +OPENSSL_ROOT_DIR + +and + +ZLIB_ROOT_DIR + ## Installing If you want to install libssh after compilation run: -- cgit v1.2.3