Mitchell Hashimoto wrote:
> What is the correct way to generate the proper files and compile
> the source directly from git?

clone, then cd into libssh2, then:

./buildconf && ./configure --prefix=/tmp/ls2 && make install

Between builds, run:

make distclean && rm -rf /tmp/ls2


//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to