From 3fc5b244e6c7967dcc768d434166408c614bcc5d Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Mon, 8 Jun 2009 14:02:53 +0200 Subject: [PATCH] Add build-dep install commands. --- Documentation/user/compile.itely | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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. -- 2.39.2