]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/application/install.itely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / application / install.itely
1 @c -*- coding: utf-8; mode: texinfo; -*-
2
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 @end menu
29
30
31 @node Precompiled binaries
32 @section Precompiled binaries
33
34 @unnumberedsubsec Downloading
35
36 Check out @uref{http://lilypond.org/web/install/} for up to date
37 information on binary packages for your platform.  If your operating
38 system is not covered on that general page, please see the complete list
39 at @uref{http://download.linuxaudio.org/lilypond/binaries/}
40
41 We currently create binaries for
42
43 @example
44 darwin-ppc  - MacOS X powerpc
45 darwin-x86  - MacOS X intel
46 freebsd-64  - FreeBSD 6.x, x86_64
47 freebsd-x86 - FreeBSD 4.x, x86
48 linux-64    - Any GNU/Linux distribution, x86_64
49 linux-ppc   - Any GNU/Linux distribution, powerpc
50 linux-x86   - Any GNU/Linux distribution, x86
51 mingw       - Windows x86
52 @end example
53
54 @knownissues
55
56 If you have MacOS 10.3 or 10.4 and you would like to use Python
57 scripts such as @command{convert-ly} and @command{lilypond-book}, see
58 @ref{Setup for MacOS X,,,lilypond-program,Application Usage}.
59
60 @ignore
61 You can also compile LilyPond directly from the source code. This
62 requires that you can read English, so this section is not
63 translated.  If you really want to compile LilyPond, see
64 @iftex
65 @c DO NOT translate the following line at all.
66 @ref{Compiling from source,,,lilypond-program,Application Usage}.
67 @end iftex
68 @ifhtml
69 @c Please translate the following line (but not the .html file name)
70 the @uref{Compiling-from-source.html,documentation in English}.
71 @end ifhtml
72 @end ignore
73
74 @c TRANSLATORS:
75 @c   Please **do not** translate the file included below.  Users
76 @c   should not be compiling LilyPond themselves; if they really
77 @c   want to do so, they should be able to read the English docs,
78 @c   because they'll probably need to ask questions in English
79 @c   on the -devel list.   -gp
80 @c Instead, please uncomment and translate the paragraph above,
81 @c and remove all stuff (menu, nodes, contents) below this line.
82
83
84 @include contributor/compile.itexi