Build libssh with Visual Studio
Build libssh with Visual Studio 2003 / VS7
I managed to get libssh to compile using the latest v0-4 git branch and typing the following cmake command:
cmake -D_ZLIB_DIR="C:\\zlib" -D_OPENSSL_DIR="C:\\Openssl" ..\source\libssh\
If you use the cmake-gui you can add those two entries.
Attachments
-
cmake-libssh.png
(24.1 KB) -
added by gladiac 4 months ago.
CMake libssh build

