]> git.donarmstrong.com Git - lilypond.git/blob - HACKING
Issue 4082/2: Add scripts/auxiliar/smob-convert.sh for one-time C++ conversion
[lilypond.git] / HACKING
1 * How to run lilypond from the development tree? 
2
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.
6
7 put the following script in your PATH, with $LILY_SRC_DIR set to the
8 source directory.
9
10   #!/bin/sh
11
12   exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@"