[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] How to build lmi from source on GNU/Linux
From: |
Vaclav Slavik |
Subject: |
Re: [lmi] How to build lmi from source on GNU/Linux |
Date: |
Tue, 06 May 2008 09:22:51 +0200 |
Hi,
On Tue, 2008-05-06 at 01:35 +0000, Greg Chicares wrote:
> The other day I spoke with someone who wants to build lmi on a
> GNU/Linux system. Do we have simple step-by-step instructions for
> that?
See README.auto -- it's the usual stuff for autotools-based makefiles:
1. use ./autogen.sh to generate AC/AM files after CVS checkout
2. use ./configure --help to see configurable options
3. do ./configure && make && make install to build and install
> or would you regenerate the configure script? Do you normally cd
> to a "build" directory first?
You can do it either way, autotools support building both in-tree and
out of tree.
Regards,
Vaclav