lilypond-devel
[Top][All Lists]
Advanced

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

Re: cannot find bigcheese20 was: Re: cvs (changelog 1.2947) doesn't comp


From: Jan Nieuwenhuizen
Subject: Re: cannot find bigcheese20 was: Re: cvs (changelog 1.2947) doesn't compile
Date: Fri, 17 Dec 2004 14:26:03 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Pedro Kroger writes:

> ok, I'm going to do the same. Could you, please, refresh my memory and
> tell how to do that? :-) (I remember you posted something about it some
> time ago but I can't find it on the archive).

Here's what I'm using.


RUNNING LilyPond from build directory

CONFIGURE like this

################
# ~/bin/clily
[ -x configure ] || ./autogen.sh --noconfig
./configure --prefix=$(pwd) --infodir=$(pwd)/share/info --disable-optimising 
--enable-gui "$@"
################

MAKE all

For running muliple build trees, source the here-lily script:

################
# ~/bin/here-lily
export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH
unset LILYPONDPREFIX

# fool-proof tex vars
TEXINPUTS=:
MFINPUTS=:
TFMFONTS=:
unset TEXMF

datadir=$(pwd)/share/lilypond
export TEXMF="{$datadir,"`kpsexpand  \\$TEXMF`"}"
################

-- 
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]