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: pgpZvn4Lw437M.pgp
Description: OpenPGP digital signature

Reply via email to