On Tue, 5 Jan 2016 07:50 Mark Anthony Santos <[email protected]> wrote:
> Hello, > > I’d like to change my application to use libssh2 instead of libssh but I’m > getting an error from the very start of cmake. > > > > I downloaded the code from https://github.com/libssh2/libssh2 and > followed what is written in INSTALL_CMAKE > > > > First I run : > > > > *cmake <libssh2 source location> // I’m currently in > libssh2\src directory* > You're running CMake in the wrong directory. It should be the top-level source directory, ie, the parent of src. Note to self: make this more clear in INSTALL_CMAKE. Alex
_______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
