]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 25 Oct 2005 07:52:22 +0000 (07:52 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Tue, 25 Oct 2005 07:52:22 +0000 (07:52 +0000)
ChangeLog
HACKING

index bce6caa934c3d94c635c2637b91a1aa16be33da5..43c7d32c3bd02c6cbbec858060d2190ab284e668 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 2005-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/layout-page-layout.scm (page-headfoot): annotate
diff --git a/HACKING b/HACKING
index 5153ed6a78961229aa187f4ac39f763c218f535e..65ee857573439baee9e0c2eb78ba548764699000 100644 (file)
--- 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
 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:
 
 
 clily:
@@ -16,10 +21,10 @@ clily:
 
 [ -x configure ] || ./autogen.sh --noconf
 rm -f config.cache
 
 [ -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:
 
 here-lily:
-# source me
+# source me - switching to older versions of LilyPond
 
 export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH   
 
 
 export PATH=$(pwd)/lily/out:$(pwd)/scripts/out:$PATH