Subject: Re: Compiling from git

Re: Compiling from git

From: Peter Stuge <peter_at_stuge.se>
Date: Thu, 15 Mar 2012 21:29:44 +0100

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
Received on 2012-03-15