From: Jan Nieuwenhuizen Date: Tue, 25 Oct 2005 07:52:22 +0000 (+0000) Subject: Update. X-Git-Tag: release/2.7.15~24 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=a8172deda8ce6983c19b8217cd7b1879a8fcb653 Update. --- diff --git a/ChangeLog b/ChangeLog index bce6caa934..43c7d32c3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-10-25 Jan Nieuwenhuizen + + * HACKING: Update. + 2005-10-24 Han-Wen Nienhuys * scm/layout-page-layout.scm (page-headfoot): annotate diff --git a/HACKING b/HACKING index 5153ed6a78..65ee857573 100644 --- a/HACKING +++ b/HACKING @@ -5,10 +5,15 @@ 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: +lilypond from the local build tree like this - $ clily && make - $ . here-lily + clily && make + lily/out/lilypond input/simple.ly + +or + + ./configure && make + LILYPONDPREFIX=$(pwd)/out out/lily/lilypond input/simple.ly clily: @@ -16,10 +21,10 @@ clily: [ -x configure ] || ./autogen.sh --noconf rm -f config.cache -./configure --prefix=$(pwd) --infodir=$(pwd)/share/info --disable-optimising --enable-gui "$@" +./configure --prefix=$(pwd)/out --infodir=$(pwd)/share/info --disable-optimising --enable-gui "$@" here-lily: -# source me +# source me - switching to older versions of LilyPond export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH