guile-user
[Top][All Lists]
Advanced

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

Re: Newbie thoughts on Guile Hall + Guix


From: David Pirotte
Subject: Re: Newbie thoughts on Guile Hall + Guix
Date: Sun, 6 Feb 2022 23:11:33 -0300

Hello,

> I find using Guix to be much better than the ./configure && make &&
> make stuff. The reason is, that I always think: "What, if it doesn't
> work and I want to clean up my system afterwards?". I can't stand it,
> if any remains of non-working stuff is left on the system.

        cd
        make -p does-it-work/foo
        ./configure --prefix=$HOME/does-it-work/foo
        make; make check; make install
        # try it ...

        # you like it, keep it or redo the above with what ever $prefix
        # suites you

        # you don't like it
        rm -rf $HOME/does-it-work/foo

fwiw,
David

Attachment: pgpGB2mSn6Tkw.pgp
Description: OpenPGP digital signature


reply via email to

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