Merge branch 'master' of carldsorensen@git.sv.gnu.org:/srv/git/lilypond
[lilypond.git] / HACKING
blob081bb2a24c154a306c59df029956ff11537c31bb
1 * How to run lilypond from the development tree? 
3 If you want to contribute and can build LilyPond yourself, there's no
4 need to install that development version; you can run it from the
5 build tree.
7 put the following script in your PATH, with $LILY_SRC_DIR set to the
8 source directory.
10   #!/bin/sh
12   exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@"