]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/install.itely
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / Documentation / de / user / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @c This file is part of lilypond-program.tely
3 @ignore
4     Translation of GIT committish: e831b9b97caae23725709d2fe11a6436240ed580
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
11 @ifclear INSTALL
12 @node Install
13 @chapter Install
14 @end ifclear
15
16 Es gibt von Lilypond zwei verschiedene Typen von Versionen: stabile
17 Versionen und instabile Entwicklerversionen. Stabile Versionen haben
18 eine gerade Unter-Versionsnummer (z.B. 2.8, 2.10, 2.12, etc.). 
19 Entwicklerversionen haben hingegen ungerade Unter-Versionsnummern (z.B.
20 2.7, 2.9, 2.11, etc.).
21
22 LilyPond selbst zu kompilieren ist ein relativ komplizierter Vorgang, daher
23 empfehlen wir @strong{stark}, die vorkompilierten Binär-Pakete zu benutzen.
24 @untranslated
25
26
27 @menu
28 * Precompiled binaries::
29 * Compiling from source::
30 @end menu
31
32 @node Precompiled binaries
33 @section Precompiled binaries
34
35 @subsection Downloading
36
37
38 Aktuelle Informationen zu vorkompilierten Binär-Paketen für Ihre Plattform
39 finden Sie unter @uref{http://lilypond.org/web/install/}.  Falls Ihr Betriebssystem
40 auf dieser allgemeinen Seite nicht behandelt wird, sehen Sie bitte in 
41 der vollständigen Liste unter @uref{http://download.linuxaudio.org/lilypond/binaries/}
42 nach.
43
44 Momentan werden Binärpakete für folgende Plattformen erstellt:
45
46 @example
47 darwin-ppc  - MacOS X powerpc
48 darwin-x86  - MacOS X intel
49 freebsd-64  - FreeBSD 6.x, x86_64
50 freebsd-x86 - FreeBSD 4.x, x86
51 linux-64    - Beliebige GNU/Linux Distribution, x86_64
52 linux-arm   - Beliebige GNU/Linux Distribution, arm
53 linux-ppc   - Beliebige GNU/Linux Distribution, powerpc
54 linux-x86   - Beliebige GNU/Linux Distribution, x86
55 mingw       - Windows x86
56 @end example
57
58
59 @c TRANSLATORS:
60 @c   Please **do not** translate anything below this line.  Users
61 @c   should not be compiling LilyPond themselves; if they really 
62 @c   want to do so, they should be able to read the English docs,
63 @c   because they'll probably need to ask questions in English
64 @c   on the -devel list.   -gp
65
66 @node Compiling from source
67 @section Compiling from source
68
69 @untranslated
70
71
72 @menu
73 * Downloading source code::
74 * Requirements::
75 * Building LilyPond::
76 * Building documentation::
77 * Testing LilyPond::
78 * Problems::
79 @end menu
80
81 @node Downloading source code
82 @subsection Downloading source code
83
84 @untranslated
85
86
87 @node Requirements
88 @subsection Requirements
89
90 @untranslated
91
92
93 @unnumberedsubsubsec Compilation
94 @unnumberedsubsubsec Running requirements
95 @unnumberedsubsubsec Requirements for building documentation
96 @node Building LilyPond
97 @subsection Building LilyPond
98
99 @untranslated
100
101
102 @unnumberedsubsubsec Compiling
103 @unnumberedsubsubsec Compiling for multiple platforms
104 @unnumberedsubsubsec Compiling outside the source tree
105 @node Building documentation
106 @subsection Building documentation
107
108 @untranslated
109
110
111 @menu
112 * Commands for building documentation::
113 * Building documentation without compiling LilyPond::
114 @end menu
115
116 @node Commands for building documentation
117 @unnumberedsubsubsec Commands for building documentation
118
119 @untranslated
120
121
122 @node Building documentation without compiling LilyPond
123 @unnumberedsubsubsec Building documentation without compiling LilyPond
124
125 @untranslated
126
127
128 @node Testing LilyPond
129 @subsection Testing LilyPond
130
131 @untranslated
132
133
134 @node Problems
135 @subsection Problems
136
137 @untranslated
138
139
140 @unnumberedsubsubsec Bison 1.875
141 @unnumberedsubsubsec Solaris
142 @unnumberedsubsubsec FreeBSD
143 @unnumberedsubsubsec International fonts
144
145 @c -- SKELETON FILE --