]> git.donarmstrong.com Git - lilypond.git/blob - HACKING
don't exit in (check-memory) for only 100MB of VMDATA... We use MUCH more now.
[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 "$@"