lilypond-user
[Top][All Lists]
Advanced

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

Re: Troubleshooting installing dev version of lilypond on ubuntu


From: Paul
Subject: Re: Troubleshooting installing dev version of lilypond on ubuntu
Date: Thu, 19 May 2016 11:54:36 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

On 05/18/2016 01:48 PM, David Wright wrote:
On Wed 18 May 2016 at 12:31:19 (-0400), Paul wrote:
But I've now got it working.  I noticed that I now have a ~/bin
directory with "lilypond" and other shell scripts in it.  And
everything works fine when I do:

$ ~/bin/lilypond test.ly

or just

$ lilypond test.ly
Those are the intended methods.

I can still access the 2.18.2 version via Frescobaldi by adding this path:
/usr/bin/lilypond
That means ~/bin comes before the system directories in your $PATH
which is fine, as is the opposite. I define aliases lily and lilyo
to point to the respective versions; saves keystrokes!

I wonder, is this the usual way/location to install a dev version
alongside a stable version on GNU/Linux?  Might be nice to have this
documented somewhere.  (Or maybe I'm just a newbie with this.)
Pretty much. If you list ~/bin/lilypond, you'll see something like

#!/bin/sh
me=`basename $0`
export LD_LIBRARY_PATH="/home/david/lilypond/usr/lib"
exec "/home/david/lilypond/usr/bin/$me" "$@"

When you ran lilypond/usr/bin/lilypond, the whole of the
/home/david/lilypond/usr/lib tree was ignored and it tried to
use your system versions instead.
Thanks for the explanations!  This is all making sense to me now.

Cheers,
-Paul



reply via email to

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