aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-08-05 15:07:21 +0200
committerAndreas Schneider <asn@cryptomilk.org>2013-08-05 15:07:21 +0200
commitad709edadb5f7ce049833eb097ae12b0a379ae24 (patch)
treeda5b90cd1d765ef9a0e44d2c21d7f7bfcb510466
parent0774da3c40155b51e8b39d439f70cc6fe3b52ad9 (diff)
downloadlibssh-ad709edadb5f7ce049833eb097ae12b0a379ae24.tar.gz
libssh-ad709edadb5f7ce049833eb097ae12b0a379ae24.tar.xz
libssh-ad709edadb5f7ce049833eb097ae12b0a379ae24.zip
Update INSTALL.
-rw-r--r--INSTALL6
1 files changed, 4 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index a772b824..bb8691ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -21,7 +21,7 @@ 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
+- http://zlib.net/ -> zlib compiled DLL
We installed them in C:\Program Files
@@ -34,7 +34,9 @@ GNU/Linux, MacOS X, MSYS/MinGW:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
make
-On Windows you should choose a makefile gernerator with -G.
+On Windows you should choose a makefile gernerator with -G or use
+
+ cmake-gui.exe ..
### CMake standard options
Here is a list of the most interesting options provided out of the box by