]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/install.itely
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / Documentation / user / install.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2 @c This file is part of lilypond-program.tely
3 @ignore
4     Translation of GIT committish: FILL-IN-HEAD-COMMITTISH
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  See TRANSLATION for details.
8 @end ignore
9
10 @c \version "2.12.0"
11
12 @ifclear INSTALL
13 @node Install
14 @chapter Install
15 @end ifclear
16
17 There are two sets of releases for LilyPond: stable releases, and
18 unstable development releases.  Stable versions have an even-numbered
19 @q{minor} version number (i.e. 2.8, 2.10, 2.12, etc).  Development
20 versions have an odd-numbered @q{minor} version number (i.e. 2.7, 2.9,
21 2.11, etc).
22
23 Building LilyPond is a very involved process, so we @strong{highly}
24 recommend using the precompiled binaries.
25
26 @menu
27 * Precompiled binaries::
28 * Compiling from source::
29 @end menu
30
31
32 @node Precompiled binaries
33 @section Precompiled binaries
34
35 @unnumberedsubsec Downloading
36
37 Check out @uref{http://lilypond.org/web/install/} for up to date
38 information on binary packages for your platform.  If your operating
39 system is not covered on that general page, please see the complete list
40 at @uref{http://download.linuxaudio.org/lilypond/binaries/}
41
42 We currently create binaries for
43
44 @example
45 darwin-ppc  - MacOS X powerpc
46 darwin-x86  - MacOS X intel
47 freebsd-64  - FreeBSD 6.x, x86_64
48 freebsd-x86 - FreeBSD 4.x, x86
49 linux-64    - Any GNU/Linux distribution, x86_64
50 linux-ppc   - Any GNU/Linux distribution, powerpc
51 linux-x86   - Any GNU/Linux distribution, x86
52 mingw       - Windows x86
53 @end example
54
55 @knownissues
56
57 If you have MacOS 10.3 or 10.4 and you would like to use Python
58 scripts such as @command{convert-ly} and @command{lilypond-book}, see
59 @ref{Setup for MacOS X,,,lilypond-program,Application Usage}.
60
61 @ignore
62 You can also compile LilyPond directly from the source code. This
63 requires that you can read English, so this section is not
64 translated.  If you really want to compile LilyPond, see
65 @iftex
66 @c DO NOT translate the following line at all.
67 @ref{Compiling from source,,,lilypond-program,Application Usage}.
68 @end iftex
69 @ifhtml
70 @c Please translate the following line (but not the .html file name)
71 the @uref{Compiling-from-source.html,documentation in English}.
72 @end ifhtml
73 @end ignore
74
75 @c TRANSLATORS:
76 @c   Please **do not** translate the file included below.  Users
77 @c   should not be compiling LilyPond themselves; if they really
78 @c   want to do so, they should be able to read the English docs,
79 @c   because they'll probably need to ask questions in English
80 @c   on the -devel list.   -gp
81 @c Instead, please uncomment and translate the paragraph above,
82 @c and remove all stuff (menu, nodes, contents) below this line.
83
84
85 @include compile.itely