Re: build git version of Guile

2021-11-04 Thread Aleix Conchillo Flaqué
This should do it: $ ./autogen.sh $ ./configure $ make -j4 On Mon, Nov 1, 2021 at 4:59 PM Tim Meehan wrote: > > So ... building the git version of Guile seems different, I looked around > for an INSTALLING file, and it isn't there (and neither is 'configure') ... > any hints?

Re: build git version of Guile

2021-11-01 Thread Frank Terbeck
Tim Meehan wrote: > So ... building the git version of Guile seems different, I looked around > for an INSTALLING file, and it isn't there (and neither is 'configure') ... > any hints? The ‘configure’ script itself can be generated. Many projects have bootstrap or autogen scripts to do that. Inde

build git version of Guile

2021-11-01 Thread Tim Meehan
So ... building the git version of Guile seems different, I looked around for an INSTALLING file, and it isn't there (and neither is 'configure') ... any hints?