blob: 081bb2a24c154a306c59df029956ff11537c31bb (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
* How to run lilypond from the development tree?
If you want to contribute and can build LilyPond yourself, there's no
need to install that development version; you can run it from the
build tree.
put the following script in your PATH, with $LILY_SRC_DIR set to the
source directory.
#!/bin/sh
exec $LILY_SRC_DIR/out/bin/lilypond --relocate "$@"
|