Update INSTALL.

This commit is contained in:
Andreas Schneider
2013-08-05 15:07:21 +02:00
parent 0774da3c40
commit ad709edadb

View File

@@ -21,7 +21,7 @@ build and run libssh successfully with an older version, please let us know.
Windows binaries known to be working: Windows binaries known to be working:
- http://www.slproweb.com/products/Win32OpenSSL.html - 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 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 .. cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
make 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 ### CMake standard options
Here is a list of the most interesting options provided out of the box by Here is a list of the most interesting options provided out of the box by