chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Packaging practices


From: sunnan
Subject: Re: [Chicken-users] Packaging practices
Date: Mon, 7 Nov 2005 15:39:43 +0100 (CET)
User-agent: SquirrelMail/1.4.4

> On 11/6/05, address@hidden <address@hidden> wrote:
> One example of using the autotools is here:
>
> http://chicken.humankraft.com/wiki.ssp?page=Using%20the%20GNU%20Autotools%20with%20compiled%20code
>
> It's rather minimalistic, but should show the general procedure.

Thank you very much.

> Apart from Chicken itself, I try to avoid autoconf/automake as much
> as possible, but it certainly is a standard way of handling the build
> of source packages.

The standard is using ./configure (preferably accepting --prefix), make
and make install -- whether or not the configure script and makefile was
generated by the autotools doesn't seem to be important.

Thanks again.
Sunnan




reply via email to

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