[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile truly embedable ?
From: |
Martin Grabmueller |
Subject: |
Re: Guile truly embedable ? |
Date: |
Fri, 27 Apr 2001 15:19:05 +0200 |
> From: jacques klein <address@hidden>
> Date: Fri, 27 Apr 2001 14:34:46 +0200
>
> Michael Livshin wrote:CVS only for now. the next release shouldn't be _too_
> far
> off,
>
> > though, and the CVS version is quite usable too.
>
> I checked out guile from the CVS repository and wanted to give it a try,
> but as I was used to just make `./configure', I am lost with what I got in
> guile-core.
> Where can I find some hints about how to `make' the package ?, autoconf ?,
> automake ? make ?
After checking out, cd to guile-core and run
./autogen.sh
This takes care of the various automake/autoconf/libtool invocations.
This will produce ./configure, and you can make Guile with
./configure
make
Feel free to ask on this list if you still have problems.
Regards,
'martin