[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building from CVS
- Date: Wed, 08 Feb 2006 05:02:31 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Building from CVS
On Tue, 2006-02-07 at 22:34 -0500, Brian Rose wrote:
> I just downloaded from CVS and I see there is no configure script. What is
> the proper invocation of autoconf needed to properly generate it. Is it as
> simple as "autoconf" ?
You'll have to have the RTEMS versions of autoconf and automake
installed (available somewhere on ftp.rtems.org) and in $PATH, then
cd <source-tree>
./bootstrap
should create all the necessary files.
Ralf