X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fcompile.itely;h=f5974903236429fc8308a6eee59c002341180280;hb=b97565a9af1c13369ac7e7e9ea80c2638dbc0e51;hp=243df4bdceeecd64cd5695d60737603e120aa0ee;hpb=656a4b4592ab320ed2028f789c7d7ce0f0a4e641;p=lilypond.git diff --git a/Documentation/user/compile.itely b/Documentation/user/compile.itely index 243df4bdce..f597490323 100644 --- a/Documentation/user/compile.itely +++ b/Documentation/user/compile.itely @@ -50,6 +50,27 @@ For information on packaging, see @uref{http://lilypond.org/devel}. In addition to the packages needed for running LilyPond (see below), you need the following extra packages for building. +Below is a full list of packages needed to build LilyPond. However, for +most common distributions there is an easy way of installing most all +build dependencies in one go + +@multitable @columnfractions .5 .5 +@headitem Distribution +@tab Command + +@item Debian, Ubuntu +@tab @code{sudo apt-get build-dep lilypond} + +@item Fedora, RHEL +@tab @code{sudo yum-builddep lilypond} + +@item openSUSE, SLED +@c sorry for the idiosyncratic command, I really asked and argued +@c for "zypper build-dep" :-( +@tab @code{sudo zypper --build-deps-only source-install lilypond} + +@end multitable + When installing a binary package FOO, you may need to install the FOO-devel, libFOO-dev or FOO-dev package too.