Next: Building documentation, Previous: Requirements, Up: Compiling from source
To install GNU LilyPond, type
gunzip -c lilypond-x.y.z | tar xf - cd lilypond-x.y.z ./configure # run with --help for applicable options make su -c 'make install'
If you are not root, you should choose a --prefix
argument that
points into your home directory, e.g.
./configure --prefix=$HOME/usr
If you want to build multiple versions of LilyPond with different
configuration settings, you can use the --enable-config=CONF
option of configure. You should use make conf=CONF
to generate the output in out-CONF. For example, suppose you
want to build with and without profiling, then use the following for
the normal build
./configure --prefix=$HOME/usr/ --enable-checking make make install
and for the profiling version, specify a different configuration
./configure --prefix=$HOME/usr/ --enable-profiling --enable-config=prof --disable-checking make conf=prof make conf=prof install
It is possible to compile LilyPond in a build tree different from the
source tree, with --srcdir
option of configure:
mkdir lily-build && cd lily-build sourcedir/configure --srcdir=sourcedir
If a less verbose build output if desired, the variable
QUIET_BUILD
may be set to 1
on make command
line, or in local.make at top of the build tree.
Esta página corresponde a LilyPond-2.11.58 (rama de desarrollo).
Informe de los fallos a través de la lista en español lilypond-es, o en inglés a través de http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs.
Se agradecen las sugerencias para la documentación.