Re: [Autogen-users] autogen intallation
Brought to you by:
bkorb
From: Aaron T. <syn...@gm...> - 2009-03-03 20:27:07
|
On Tue, Mar 3, 2009 at 11:45 AM, Costas Vlachidis <cv...@ly...> wrote: > Hi > I have just downloaded the latest version of Autogen and unpacked it to my desktop of my Ubundu distribution. > Now, since I'm new in Linux, please inform me on how to install it since I want to use it with the Anjunta IDE to build some C-C++ projects. > Thanx Costas Autogen uses the standard GNU autoconf/autotools build system. Hence, like most Linux apps, the process is: ./configure make make install # as root All this is documented in the INSTALL file included with the source code. -- Aaron Turner http://synfin.net/ http://tcpreplay.synfin.net/ - Pcap editing and replay tools for Unix & Windows Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin |