screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git clone build instructions


From: William Pursell
Subject: Re: git clone build instructions
Date: Fri, 30 Jan 2009 07:15:11 +0000
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Keith Miller wrote:
> Forgive me for asking such a naive question, but after searching through the
> archives I am unable to find instructions for how to build from a fresh git
> clone.  I was successful with the CVS checkouts in the past, but I just
> don't know how to drive autoconf, or whatever to complete the necessary
> files so that a traditional "./configure --enable-colors256; make; make
> install" does what it should.

You should be able to do ./autogen.sh && ./configure ... && make && make install

Personally, I prefer:

autoreconf -iv && ./configure ... && make && make install

-- 
William Pursell




reply via email to

[Prev in Thread] Current Thread [Next in Thread]