]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/topdocs/INSTALL.texi
* Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}:
[lilypond.git] / Documentation / topdocs / INSTALL.texi
1 \input texinfo @c -*-texinfo-*-
2 @setfilename INSTALL.info
3 @settitle INSTALL - compiling and installing GNU LilyPond
4
5 @documentencoding utf-8
6 @documentlanguage en
7
8 @node Top
9 @top
10
11 @contents
12
13 @chapter Compiling and installing on Unix
14
15
16 @html
17 <a name="download-source">
18 @end html
19
20 @section Downloading
21
22 Even numbered minor versions are `stable' (2.2, 2.4 etc), while odd
23 version are development releases (2.3, 2.5, etc).  Building LilyPond
24 is an involved process.  If possible
25 @uref{http://lilypond.org/download,download a precompiled binary}
26 for your platform.
27
28 @subsection Source code
29
30 Download source
31 @itemize @bullet
32 @item tarballs from
33 @itemize @bullet
34 @uref{http://lilypond.org/download/} by HTTP.
35 @item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror).
36 @end itemize
37 @item 
38 CVS from @uref{http://savannah.gnu.org/cvs/?group=lilypond,savannah.gnu.org}
39 @itemize @bullet
40 @c @quotation
41 @example
42 CVS_RSH=ssh cvs -d:ext:anoncvs@@savannah.gnu.org:/cvsroot/lilypond co lilypond
43 @end example
44 @c @end quotation
45 The CVS repository does not contain generated files.  To create
46 @file{configure}, run
47 @example
48 ./autogen.sh
49 @end example
50 @end itemize
51 @end itemize
52
53 For information on packaging, see @uref{http://lilypond.org/devel}.
54
55 @subsection Precompiled binary packages
56
57 Check out @uref{http://lilypond.org/download} for up to date information on
58 binary packages for your platform.
59
60
61 @section Requirements
62
63 @subsection Compilation
64
65 In addition to the packages needed for running Lilypond (see below),
66 you need the following extra packages for building.
67
68 When installing a binary package FOO, you may need to install the
69 FOO-devel, libFOO-dev or FOO-dev package too.
70
71 @itemize
72
73 @item @uref{http://fontforge.sf.net/,FontForge} 20041211 or newer.
74
75 @item @uref{http://www.xs4all.nl/~hanwen/mftrace/,mftrace} (1.1.0 or
76 newer),
77
78 You will need to install some additional packages to get mftrace to
79 work.
80
81 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE}
82 (version 1.6.5 or newer).  If you are installing binary packages, you
83 may need to install guile-devel or guile-dev or libguile-dev too.
84
85 @item @uref{http://www.gnu.org/software/flex/,Flex} (version 2.5.4a or newer).
86
87 WARNING: plain Flex 2.5.4(a) generates invalid C++ code.  GCC 3.x
88 chokes on this.  If you wish to use GCC 3.x, make sure that your
89 distribution supports g++ 3.x and flex.  For workarounds, see
90 lexer-gcc-3.1.sh in the source directory.
91
92 @item @TeX{}.
93
94 @TeX{} is used as an optional output backend.
95
96 Also, @TeX{}'s libkpathsea is used to find the fonts (@file{.mf},
97 @file{.afm}, @file{.tfm}).  Make sure you have tetex 1.0 or newer
98 (1.0.6 is known to work).  If you are installing binary packages, you
99 may need to install tetex-devel, tetex-dev or libkpathsea-dev too.
100
101
102 @item @uref{ftp://ftp.gnu.org/gnu/texinfo/,Texinfo} (version 4.7 or newer).
103
104 @item
105  @uref{http://gcc.gnu.org/, The GNU c++ compiler} (version 3.1 or
106 newer).  EGCS and 2.x are known to cause crashes.
107
108 @item @uref{http://www.python.org,Python} (version 2.1 or newer).
109
110 @item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer).
111
112 @item @uref{http://www.gnu.org/software/gettext/gettext.html,gettext}.
113
114 @item All packages required for running, including development packages with
115 header files and libraries.
116
117 @end itemize
118
119 @subsection Running requirements
120
121 Running LilyPond requires proper installation of the following
122 software
123
124 @itemize @bullet
125
126 @item @uref{http://www.freetype.org/,Freetype} (version 2).
127 @item @uref{http://www.pango.org/,Pango} (version 1.6 or newer).
128 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE}
129 (version 1.6.5 or newer).
130 @item @uref{http://www.python.org,Python} (version 2.1 or newer).
131 @item @uref{http://www.ghostscript.com,Ghostscript} (version 8.15 or
132 newer).
133 @end itemize
134
135 @subsection Building documentation
136
137 You can view the documentation online at
138 @uref{http://lilypond.org/doc/}, but you can also build it locally.
139 This process requires a successful compile of lilypond.  The
140 documentation is built by issuing
141 @quotation
142 @example
143 make web
144 @end example
145 @end quotation
146
147 Building the website requires some additional tools and packages
148
149 @itemize @bullet
150 @item @uref{http://lilypond.org/download/fonts,ec-fonts-mftraced}
151 @item The @uref{http://netpbm.sourceforge.net/,netpbm utilities}
152 @item ImageMagick
153 @item International fonts (see input/regression/utf-8.ly for hints
154 about which font packages are necessary for your platform)
155 @end itemize
156
157 The HTML files can be installed into the standard documentation path
158 by issuing
159
160 @quotation
161 @example
162 make out=www web-install
163 @end example
164 @end quotation
165
166
167 @section Building LilyPond
168
169 To install GNU LilyPond, type
170 @quotation
171 @example
172 gunzip -c lilypond-x.y.z | tar xf -
173 cd lilypond-x.y.z
174 ./configure             # run with --help for applicable options
175 make
176 make install
177 @end example
178 @end quotation
179
180 The most time-consuming part of compiling LilyPond is tracing the
181 Type1 fonts. You can shortcut this operation by issuing
182 one of the following commands
183
184 @quotation
185 @example
186 make -C mf get-pfa                # requires rpm2cpio
187 make -C mf get-debian-pfa         # may not be up to date
188 @end example
189 @end quotation
190
191 If you are not root, you should choose a @code{--prefix} argument that
192 points into your home directory, e.g.
193 @quotation
194 @example
195 ./configure --prefix=$HOME/usr
196 @end example
197 @end quotation
198
199 @ignore
200 In this case, you have to insert the contents of
201 @code{buildscripts/out/lilypond-login} or
202 @code{buildscripts/out/lilypond-profile} into your start up scripts by
203 hand.
204 @end ignore
205
206
207 @subsection Configuring for multiple platforms
208
209 If you want to build multiple versions of LilyPond with different
210 configuration settings, you can use the @code{--enable-config=CONF}
211 option of configure.  You should use @samp{make conf=CONF} to generate
212 the output in @file{out-CONF}.  Example: Suppose you want to build
213 with and without profiling, then use the following for the normal
214 build
215
216 @quotation
217 @example
218 ./configure --prefix=$HOME/usr/ --enable-checking
219 make
220 make install
221 @end example
222 @end quotation
223
224 and for the profiling version, specify a different configuration
225
226 @quotation
227 @example
228 ./configure --prefix=$HOME/usr/ --enable-profiling --enable-config=prof --disable-checking
229 make conf=prof
230 make conf=prof install
231 @end example
232 @end quotation
233
234
235 @section Emacs mode
236
237 An Emacs mode for entering music and running LilyPond is contained in
238 the source archive in the @file{elisp} directory.  Do @command{make
239 install} to install it to @var{elispdir}.  The file @file{lilypond-init.el}
240 should be placed to @var{load-path}@file{/site-start.d/} or appended
241 to your @file{~/.emacs} or @file{~/.emacs.el}.
242
243 As a user, you may want add your source path (e.g. @file{~/site-lisp/}) to
244 your @var{load-path} by appending the following line (as modified) to your
245 @file{~/.emacs}
246 @c any reason we do not advise:  (push "~/site-lisp" load-path)
247 @quotation
248 @example
249 (setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
250 @end example
251 @end quotation
252
253
254 @section Vim mode
255
256 A Vim mode for entering music and running LilyPond is contained in the
257 source archive in @code{$VIM} directory.  For version 6.2 and newer,
258 Vim-mode works directly after installing LilyPond.  Otherwise,
259 complete the following two steps.
260
261 For earlier versions (and if @code{$VIM} environment variable does not
262 fall-back to @file{/usr/local/share/vim}, see @code{:version} in vim),
263 the LilyPond file type is detected if your file @file{~/.vim/filetype.vim} @c
264 has the following content
265 @quotation
266 @example
267 if exists("did_load_filetypes")
268   finish
269 endif
270 augroup filetypedetect
271   au! BufNewFile,BufRead *.ly           setf lilypond
272 augroup END
273 @end example
274 @end quotation
275 If Vim has been (pre-)installed to @file{/usr/...} (or any other place)
276 instead of @file{/usr/local/...}, then @file{/usr/local/share/vim} may not
277 be specified in your @code{$VIMRUNTIME} environment variable and you have to
278 include this path explicitly by appending the following line to your
279 @file{~/.vimrc}
280 @quotation
281 @example
282 set runtimepath+=/usr/local/share/vim/
283 @end example
284 @end quotation
285
286 @section Problems
287
288 For help and questions use @email{lilypond-user@@gnu.org}.  Send bug
289 reports to @email{bug-lilypond@@gnu.org}.
290
291 Bugs that are not fault of LilyPond are documented here.
292
293 @subsection Bison 1.875
294
295 There is a bug in bison-1.875: compilation fails with "parse error
296 before `goto'" in line 4922 due to a bug in bison. To fix, either
297 recompile bison 1.875 with the following fix
298
299 @quotation
300 @example
301 $ cd lily; make out/parser.cc
302 $ vi +4919 out/parser.cc
303 # append a semicolon to the line containing "__attribute__ ((__unused__))
304 # save
305 $ make
306 @end example
307 @end quotation
308
309 @subsection Linking to kpathsea
310
311 If kpathsea and the corresponding header files are installed in some
312 directory where GCC does not search by default, for example in
313 @file{/usr/local/lib/} and @file{/usr/local/include/} respectively,
314 you have to explicitly tell configure where to find it.  To do this
315
316 @itemize
317 @item @code{rm config.cache}
318 @item @code{export LDFLAGS=-L/usr/share/texmf/lib}
319 @item @code{export CPPFLAGS=-I/usr/share/texmf/include}
320 @item @code{./configure}
321 @end itemize
322 Once configure has found them, the paths are stored in
323 @file{config.make} and will be used even if you don't have the
324 environment variables set during make.
325
326
327 @unnumberedsubsec Gcc-3.0.4
328
329 Gcc 3.0.4 is flaky; upgrade GCC.
330
331 @unnumberedsubsec Flex-2.5.4a and gcc-3.x
332
333 Flex 2.5.4a does not produce g++-3.1.1 compliant C++ code.  To compile
334 LilyPond with gcc-3.1.1 or higher you may do
335
336 @quotation
337 @example
338 CONF=gcc-3.1 ./lexer-gcc-3.1.sh
339 CPPFLAGS=-I$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \
340 ./configure --enable-config=gcc-3.1
341 CONF=gcc-3.1 ./lexer-gcc-3.1.sh
342 make conf=gcc-3.1
343 @end example
344 @end quotation
345
346
347 @unnumberedsubsec OpenBSD
348
349 @itemize @bullet
350 @item
351 Refer to the section ``Linking to kpathsea'': GCC on OpenBSD doesn't
352 set include paths for kpathsea.
353 @end itemize
354
355 @unnumberedsubsec NetBSD
356
357 @itemize @bullet
358 @item The flex precompiled in NetBSD-1.4.2 is broken.
359 Upgrade to flex-2.5.4a.
360 @end itemize
361
362 @unnumberedsubsec  Solaris
363
364 @itemize @bullet
365 @item Solaris7, ./configure
366
367 @file{./configure} needs a POSIX compliant shell.  On Solaris7,
368 @file{/bin/sh} is not yet POSIX compliant, but @file{/bin/ksh} or bash
369 is.  Run configure like
370 @quotation
371 @example
372         CONFIG_SHELL=/bin/ksh ksh -c ./configure
373 @end example
374 @end quotation
375 or
376 @quotation
377 @example
378         CONFIG_SHELL=/bin/bash bash -c ./configure
379 @end example
380 @end quotation
381
382 @end itemize
383
384 @bye
385