How can I implement libssh as a library my compiler will recognize? I\'m using Visual Studio 2010 C++, and I\'ve included the Boost library with no problems, but the process
The standard windows installer does not come with static libs.
IMPORTANT You'll end up with openssl dynamically linked (zlib optionally) anyway. Are you sure you want this?
In case you do, you need
optional: - libz >= 1.2
cmake-gui, tweak
Hope this will help you get started.