lilypond-devel
[Top][All Lists]
Advanced

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

Re: running GUB binaries without installing


From: Jan Nieuwenhuizen
Subject: Re: running GUB binaries without installing
Date: Thu, 16 Nov 2006 21:20:44 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

Erik Sandberg <address@hidden> writes:

> installing the packages? i.e., what is the easiest way to 
> run 'target/linux-x86/system/usr/bin/lilypond foo.ly' so it uses the right gs 
> etc?

Here's what I do to build web outside of GUB.

#! /bin/sh
# make-web

root=$HOME/vc/gub/target/linux-64/installer-origin
LILYPOND_EXTERNAL_BINARY=$root/usr/bin/lilypond PATH=$root/bin:$PATH 
LD_LIBRARY_PATH=$root/usr/lib:$LD_LIBRARY_PATH 
GS_LIB=$root/usr/share/ghostscript/*/lib make web




-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

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