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?
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
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?