Erik Sandberg <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
