On Tuesday 05 January 2016 08:30:47 Mark Anthony Santos wrote: > Hi Alex, > > Thanks for quick response. > > I already did that. I ran CMake in the parent directory of ‘src’ which is > the libssh2 itself but I’m still seeing the same problem. > Here’s my terminal. > > Where : > > C:\libssh2-master - is where I saved my downloaded libssh2 from > github > C:\libssh2-master\src - is the location of the source code > > ================================================================ > > C:\libssh2-master>cmake C:\libssh2-master\src
This ^^^ line is wrong. You wanted to run: cmake C:\libssh2-master Kamil _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
