X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=blobdiff_plain;f=HACKING;h=081bb2a24c154a306c59df029956ff11537c31bb;hp=2db7792cfbc9a8727c9e73b403ac92452798d096;hb=HEAD;hpb=83fade28064122e8b105ff9cda8d37c79be2e042 diff --git a/HACKING b/HACKING index 2db7792cfb..081bb2a24c 100644 --- a/HACKING +++ b/HACKING @@ -4,39 +4,9 @@ If you want to contribute and can build LilyPond yourself, there's no need to install that development version; you can run it from the build tree. -Use the scripts below to configure and select to use the -lilypond from the local build tree like this: +put the following script in your PATH, with $LILY_SRC_DIR set to the +source directory. - $ clily && make - $ . here-lily - - -clily: -#!/bin/bash - -[ -x configure ] || ./autogen.sh --noconf -rm -f config.cache -./configure --prefix=$(pwd) --infodir=$(pwd)/share/info --disable-optimising ---enable-gui "$@" - -here-lily: -# source me - -export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH - -unset LILYPONDPREFIX -unset TEXMF - -# ugh: must fool-proof other TeX environment variables -TEXINPUTS=: -MFINPUTS=: -TFMFONTS=: - -datadir=$(pwd)/share/lilypond -export TEXMF="{$datadir,"`kpsexpand \\$TEXMF`"}" - -export -GS_FONTPATH="$datadir/fonts/type1:/usr/share/texmf/fonts/type1/bluesky/cm:/usr/share/texmf/fonts/ty -pe1/public/ec-fonts-mftraced" -export GS_LIB="$datadir/ps:$GS_FONTPATH" + #!/bin/sh + exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@"