*** empty log message ***
[lilypond.git] / Documentation / topdocs / INSTALL.texi
blob9257dd8fecf818492fb58c799b9786078b8c34eb
1 @node Top, , , (dir)
2 @top
3 @comment  node-name,  next,  previous,  up\input texinfo @c -*-texinfo-*-
4 @setfilename INSTALL.info
5 @settitle INSTALL - compiling and installing GNU LilyPond
7 @comment  FIXME -- this information is getting rather stale
9 @contents
11 @chapter Compiling and installing on Unix
14 @html
15 <a name="download-source">
16 @end html
18 @section Downloading
20 Even numbered versions are `stable' (2.0, 1.8 etc), while odd version
21 are development releases (2.1, 1.9, etc).  Building LilyPond is an
22 involved process, so if possible, download a precompiled binary from
23 @uref{http://lilypond.org/,the lilypond site}.
26 @subsection Source code
28 Download source tarballs from here:
29 @itemize @bullet
30 @item Download development releases from
31 @uref{http://lilypond.org/download/} by HTTP.
32 @item @uref{ftp://sca.uwaterloo.ca/pub/} by FTP (Canadian mirror).
33 @end itemize
36 Use Xdelta to patch tarballs, e.g. to patch  
37 @file{lilypond-1.4.2.tar.gz} to @file{lilypond-1.4.3.tar.gz}, do
38 @example
39         xdelta patch lilypond-1.4.2-1.4.3.xd lilypond-1.4.2.tar.gz
40 @end example
42 For information on packaging and CVS, see  
43 @uref{http://lilypond.org/}, under ``development''.
46 @subsection Precompiled binaries
48 Check out @uref{http://lilypond.org} for up to date information on
49 binary packages.
52 @subsection Font problems
54 If you are upgrading from a previous version of LilyPond, be sure to
55 remove all old font files. These include @file{.pk} and @file{.tfm} files
56 that may be located in @file{/var/lib/texmf}, @file{/var/spool/texmf},
57 @file{/var/tmp/texmf} or @file{@var{prefix}/share/lilypond/fonts/}.  A
58 script automating this has been included, see
59 @file{buildscripts/clean-fonts.sh}.
64 @section Requirements
66 @subsection Compilation
68 You need the following packages to compile LilyPond:
70 @itemize
72 @item @uref{http://www.xs4all.nl/~hanwen/mftrace/,mftrace} (1.0.17 or
73 newer),
75   You will need to install some additional packages to get mftrace to
76 work.
78 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} (version 1.6.0 or newer).
80 @item  @uref{http://www.gnu.org/software/flex/,Flex} (version 2.5.4a or newer). 
82 WARNING: plain Flex 2.5.4(a) generates invalid C++ code.  GCC 3.x
83 chokes on this.  If you wish to use GCC 3.x, make sure that your
84 distribution supports g++ 3.x and flex.  For workarounds, see
85 lexer-gcc-3.1.sh in the source directory.
87 @item @TeX{}.
89 @TeX{} is used as an output backend.
91 Also, @TeX{}'s libkpathsea is used to find the fonts (@file{.mf},
92 @file{.afm}, @file{.tfm}).  Make sure you have tetex 1.0 or newer
93 (1.0.6 is known to work).  You may need to install a tetex-devel (or
94 tetex-dev or libkpathsea-dev) package too.
96 @item @uref{ftp://ftp.gnu.org/gnu/texinfo/,Texinfo} (version 4.6 or newer).
98 @item The
99 @uref{ftp://ftp.ctan.org/tex-archive/macros/latex/contrib/supported/geometry,geometry
100 package for LaTeX}.
102  This package is normally included with the @TeX{} distribution.
104 @item kpathsea, a library for searching (@TeX{}) files.
106 @item
107  @uref{http://gcc.gnu.org/, The GNU c++ compiler} (version 3.1 or
108 newer).  EGCS and 2.x are known to cause crashes.
110 @item @uref{http://www.python.org,Python} (version 2.1 or newer).
112 @item @uref{ftp://ftp.gnu.org/gnu/make/,GNU Make} (version 3.78 or newer).
114 @item @uref{http://www.gnu.org/software/bison/,Bison} (version 1.25 or
115 newer, but not 1.50 or 1.75).
116 @end itemize
118 @subsection Running requirements
120 GNU LilyPond does use a lot of resources. For operation you need the
121 following software:
123 @itemize @bullet
124 @item @uref{http://lilypond.org/download/fonts,ec-fonts-mftraced}
125 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} (version 1.6.0 or newer).
126 @item @uref{http://www.python.org,Python} (version 2.1 or newer).
127 @item @TeX{}.
128 @item Xdvi and Ghostscript.
129 @item @uref{http://www.gnu.org/software/guile/guile.html,GUILE} 1.6.0, or newer.
130 @end itemize
132 You have to help @TeX{} and MetaFont find LilyPond support
133 files. After compiling, scripts to do this can be found in
134 @file{buildscripts/out/lilypond-profile} and
135 @file{buildscripts/out/lilypond-login}.
137 @subsection Building documentation
139 You can view the documentation online at
140 @uref{http://lilypond.org/doc/}, but you can also build it
141 locally. This process requires a successful compile of lilypond. The
142 documentation is built by issuing:
143 @example 
144         make web
145 @end example 
147 Building the website requires some additional tools and packages:
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 @end itemize
155 The HTML files can be installed into the standard documentation path
156 by issuing
158 @example
159         make out=www web-install
160 @end example
163 @section Building LilyPond
165 To install GNU LilyPond, type
166 @example 
167 gunzip -c lilypond-x.y.z | tar xf -
168 cd lilypond-x.y.z
169 ./configure             # run with --help to see appropriate options
170 make
171 make install
172 sh buildscripts/clean-fonts.sh      
173 @end example 
175 The most time-consuming part of compiling LilyPond is tracing the
176 Type1 fonts. You can shortcut this operation by issuing
177 one of the following commands:
179 @example
180   make -C mf get-pfa                # requires rpm2cpio
181   make -C mf get-debian-pfa         # may not be up to date   
182 @end example
184 If you are doing an upgrade, you should remove all @file{feta}
185 @code{.pk} and @code{.tfm} files.  A script has been provided to do the
186 work for you, see @file{buildscripts/clean-fonts.sh}.
188 If you are not root, you should choose a @code{--prefix} argument that
189 points into your home directory, e.g.:
190 @example 
191         ./configure --prefix=$HOME/usr
192 @end example 
194 In this case, you have to insert the contents of
195 @code{buildscripts/out/lilypond-login} or
196 @code{buildscripts/out/lilypond-profile} into your start up scripts by
197 hand.
201 @subsection Configuring for multiple platforms
203 If you want to build multiple versions of LilyPond with different
204 configuration settings, you can use the @code{--enable-config=CONF}
205 option of configure.  You should use @samp{make conf=CONF} to generate
206 the output in @file{out-CONF}.  Example: Suppose I want to build with
207 and without profiling.  Then I'd use the following for the normal
208 build:
210 @example 
211         ./configure --prefix=$HOME/usr/ --enable-checking
212         make
213         make install
214 @end example 
216 and for the profiling version, I specify a different configuration:
218 @example 
219         ./configure --prefix=$HOME/usr/ --enable-profiling --enable-config=prof --disable-checking
220         make conf=prof
221         make conf=prof install
222 @end example 
226 @section Emacs mode
228 An Emacs mode for entering music and running LilyPond is contained in
229 the source archive in the @file{elisp} directory.  @command{make
230 install} installs it @var{elispdir}.  The file @file{lilypond-init.el}
231 should be placed to @var{load-path}@file{/site-start.d/} or appended
232 to your @file{~/.emacs} or @file{~/.emacs.el}.
234 As a user, you may want add your source path or, e.g., @file{~/site-lisp/} 
235 to your @var{load-path}. Append the following line (modified) to your 
236 @file{~/.emacs}:
237 @c any reason we do not advise:  (push "~/site-lisp" load-path)
238 @quotation
239 @example
240 (setq load-path (append (list (expand-file-name "~/site-lisp")) load-path))
241 @end example
242 @end quotation
245 @section Vim mode
247 A Vim mode for entering music and running LilyPond is contained in the 
248 source archive. For version 6.2 and newer, Vim-mode works directly after 
249 installing LilyPond. Otherwise, complete the following two steps.
251 For earlier versions (and if @code{$VIM} environment variable does not
252 fall-back to @file{/usr/local/share/vim}, see @code{:version} in vim), 
253 the LilyPond file type is detected if your file @file{~/.vim/filetype.vim} @c
254 has the following content:
255 @example
256         if exists("did_load_filetypes")
257           finish
258         endif
259         augroup filetypedetect
260           au! BufNewFile,BufRead *.ly           setf lilypond
261         augroup END
262 @end example
263 If Vim has been (pre-)installed to @file{/usr/...} (or any other place) 
264 instead of @file{/usr/local/...}, then @file{/usr/local/share/vim} may not 
265 be specified in your @code{$VIMRUNTIME} environment variable and you have to 
266 include this path explicitly by appending the following line to your 
267 @file{~/.vimrc}:
268 @example
269         set runtimepath+=/usr/local/share/vim/
270 @end example
272 @section Problems
274 For help and questions use @email{lilypond-user@@gnu.org}.  Send bug
275 reports to @email{bug-lilypond@@gnu.org}.
277 Bugs that are not fault of LilyPond are documented here.
279 @subsection Bison 1.875
281 There is a bug in bison-1.875: compilation fails with "parse error
282 before `goto'" in line 4922 due to a bug in bison. To fix, either
283 recompile bison 1.875 with the following fix:
285 @example
286    $ cd lily; make out/parser.cc
287    $ vi +4919 out/parser.cc
288    # append a semicolon to the line containing "__attribute__ ((__unused__))
289    # save
290    $ make
291 @end example
293 @subsection Linking to kpathsea
295 If kpathsea and the corresponding header files are installed in some
296 directory where GCC does not search by default, for example in
297 @file{/usr/local/lib/} and @file{/usr/local/include/} respectively,
298 you have to explicitly tell configure where to find it. To do this:
300 @itemize
301 @item @code{rm config.cache}
302 @item @code{export LDFLAGS=-L/usr/share/texmf/lib}
303 @item @code{export CPPFLAGS=-I/usr/share/texmf/include}
304 @item @code{./configure}
305 @end itemize
306 Once configure has found them, the paths are stored in
307 @file{config.make} and will be used even if you don't have the
308 environment variables set during make.
311 @unnumberedsubsec Gcc-3.0.4
313 Gcc 3.0.4 is flaky;  upgrade GCC.
315 @unnumberedsubsec Flex-2.5.4a and gcc-3.x
317 Flex 2.5.4a does not produce g++-3.1.1 compliant C++ code.  To compile
318 LilyPond with gcc-3.1.1 you may do
320 @example
321         CONF=gcc-3.1 ./lexer-gcc-3.1.sh
322         CPPFLAGS=-I$(pwd)/lily/out-gcc-3.1 CC=gcc-3.1 CXX=g++-3.1 \
323             ./configure --enable-config=gcc-3.1
324         CONF=gcc-3.1 ./lexer-gcc-3.1.sh
325         make conf=gcc-3.1
326 @end example
329 @unnumberedsubsec OpenBSD
331 @itemize @bullet
332 @item
333  Refer to the section ``Linking to kpathsea'': GCC on OpenBSD doesn't
334 set include paths for kpathsea.
335 @end itemize
337 @unnumberedsubsec NetBSD
339 @itemize @bullet
340 @item The flex precompiled in NetBSD-1.4.2 is broken.
341 Upgrade to flex-2.5.4a.
342 @end itemize
344 @unnumberedsubsec  Solaris
346 @itemize @bullet
347 @item Solaris7, ./configure
349 @file{./configure} needs a POSIX compliant shell.  On Solaris7,
350 @file{/bin/sh} is not yet POSIX compliant, but @file{/bin/ksh} or bash
351 is.   Run configure like:
352 @example
353         CONFIG_SHELL=/bin/ksh ksh -c ./configure
354 @end example
356 @example
357         CONFIG_SHELL=/bin/bash bash -c ./configure
358 @end example
360 @end itemize
362 @bye
363