diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-10-25 07:52:22 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2005-10-25 07:52:22 +0000 |
commit | a8172deda8ce6983c19b8217cd7b1879a8fcb653 (patch) | |
tree | 726c272a48a46f68d8db7f6014fb1922fbdd01ed | |
parent | 81e278e6bdd27e41e05f8d336e8ace777c0b7a56 (diff) |
Update.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | HACKING | 15 |
2 files changed, 14 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2005-10-25 Jan Nieuwenhuizen <janneke@gnu.org> + + * HACKING: Update. + 2005-10-24 Han-Wen Nienhuys <hanwen@xs4all.nl> * scm/layout-page-layout.scm (page-headfoot): annotate @@ -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 |