lilypond-user
[Top][All Lists]
Advanced

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

Re: Which Linux distro for Lilypond


From: Werner LEMBERG
Subject: Re: Which Linux distro for Lilypond
Date: Sat, 07 Jan 2017 11:48:13 +0100 (CET)

>   ./configure --disable-error-on-warning --prefix=`pwd`/../gnu-packages

Ah, using `pwd' here is a bad idea, sorry.  You should rather use

  ./configure --disable-error-on-warning --prefix=$HOME/gnu-packages

So here are the complete instructions again.

  cd $HOME
  mkdir gnu-packages
  wget http://ftp.gnu.org/gnu/guile/guile-1.8.8.tar.gz
  tar xzvf guile-1.8.8.tar.gz
  cd guile-1.8.8
  ./configure --disable-error-on-warning --prefix=$HOME/gnu-packages
  make
  make install


    Werner



reply via email to

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