aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to '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