aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-02-08 19:07:43 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-02-08 19:07:43 +0100
commit3bb381fad725363655e5b4a7fbcb59579cfc2db4 (patch)
treea4686604332e0d86e91c60a52cfda813eca7f4e3
parent88964cb5411948f6cd2bc59e9aeca8cc12aeeed1 (diff)
downloadlibssh-3bb381fad725363655e5b4a7fbcb59579cfc2db4.tar.gz
libssh-3bb381fad725363655e5b4a7fbcb59579cfc2db4.tar.xz
libssh-3bb381fad725363655e5b4a7fbcb59579cfc2db4.zip
doc: Add more infor about Windows binaries.
-rw-r--r--INSTALL19
1 files changed, 18 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 66c36f0e..d85b8e5a 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: