wiki:VisualStudio

Build libssh with Visual Studio

How to update libssh DEF file

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.

http://dev.libssh.org/raw-attachment/wiki/VisualStudio/cmake-libssh.png

Attachments