[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] Build from CVS????
From: |
Gergely Nagy |
Subject: |
Re: [RP] Build from CVS???? |
Date: |
Thu Oct 4 04:49:03 2001 |
User-agent: |
Mutt/1.3.22i |
Thus spoke Mike Meyer <address@hidden> on 2001-10-04 06:37:30:
> Excuse my ignorance, but while I'm familiar with convenentional Unix
> tools like make and imake, I'm *not* familiar with the gnu auto*
> stuff.
>
> Could someone please provide the proper sequence of commands to go
> from having just checked out the sources to having a configure script
> that will work?
Just launch the autogen.sh script, which will generate configure, and the
Makefile.in
files (using the GNU autotools).
After that, simply ./configure; make; make install