I’ve tried before and had little success in the full build but even that fails now and I'm obviously missing something on windows (and yes its probably windows :P)
can someone walk me through
- finding the correct OpenSSL to compile with libssh2
- actually cmake/compiling libssh2 into libgit2 cause it keeps saying cannot find libssh2 and I'm struggling to build it again.
I'm using CMake gui For windows, trying to build a VC2015 project
The error I was getting when building libgit2 is
checking for module 'libssh2'
package 'libssh2' not found
LIBSSH2 not found. Set CMAKE_PREFIX_PATH if it is installed outside of the default search path.
even though I have put it in every possible place I can think it would look, and I have tried setting CMAKE_PREFIX_PATH
?
if anyone has successfully done it on windows I would appreciate a pointer or two as to what I'm doing wrong or should be doing
Thanks kindly Robert