Some one can help me to compile libssh2 on windows with Visual Studio 2017. The only things I found are too old and outdated.
I downloaded libssh2 from github and run cmake libssh2
and then cmake -P cmake_install.cmake
but can't find INSTALL file "libssh2.lib".
And I'm stuck here!
******** Update 1 ***********
Crypto_backend is missing, I trying to compile with openssl and get a lot of unresolved symbols.
******** Update 2 ***********
Ok! I used the cmake-gui and get rid of the unresolved symbols but now I'm having issues with some header files. libssh2 var types are not defined. Some kind of include missing....?
cmake --build
generates 2916 errors! – Livelihood