lilypond-user
[Top][All Lists]
Advanced

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

Re: Instructions to install lilypond onto Raspberry Pi


From: karl
Subject: Re: Instructions to install lilypond onto Raspberry Pi
Date: Fri, 17 Jan 2020 18:31:39 +0100 (CET)

John Burt:
...
> Is there another way that
> you know of to install guile 1.8? 
...

git clone git://git.sv.gnu.org/guile.git
cd guile
git co release_1-8-8
./autogen.sh
./configure --prefix=/usr/local/guile_1.8.8
make
make install

where the last step (make install) possible has to be done by root.
You might prefer some other location than /usr/local/guile....

Regards,
/Karl Hammar





reply via email to

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