]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/install.itely
lilypond-book robustness: ensure EOL at the end of @verbatim
[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: d415427752fa5fd83b0da189d677481d1c7f3043
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 @c Translators: Till Rettig, Reinhold Kainhofer
13
14 @ifclear INSTALL
15 @node Install
16 @chapter Install
17 @end ifclear
18
19 Es gibt von Lilypond zwei verschiedene Typen von Versionen: stabile
20 Versionen und instabile Entwicklerversionen. Stabile Versionen haben
21 eine gerade Unter-Versionsnummer (z.B. 2.8, 2.10, 2.12, etc.). 
22 Entwicklerversionen haben hingegen ungerade Unter-Versionsnummern (z.B.
23 2.7, 2.9, 2.11, etc.).
24
25 LilyPond selbst zu kompilieren ist ein relativ komplizierter Vorgang, daher
26 empfehlen wir @strong{stark}, die vorkompilierten Binär-Pakete zu benutzen.
27
28
29 @menu
30 * Precompiled binaries::
31 * Compiling from source::
32 @end menu
33
34 @node Precompiled binaries
35 @section Precompiled binaries
36
37 @unnumberedsubsec Downloading
38
39
40 Aktuelle Informationen zu vorkompilierten Binär-Paketen für Ihre Plattform
41 finden Sie unter @uref{http://lilypond.org/web/install/}.  Falls Ihr Betriebssystem
42 auf dieser allgemeinen Seite nicht behandelt wird, sehen Sie bitte in 
43 der vollständigen Liste unter @uref{http://download.linuxaudio.org/lilypond/binaries/}
44 nach.
45
46 Momentan werden Binärpakete für folgende Plattformen erstellt:
47
48 @example
49 darwin-ppc  - MacOS X powerpc
50 darwin-x86  - MacOS X intel
51 freebsd-64  - FreeBSD 6.x, x86_64
52 freebsd-x86 - FreeBSD 4.x, x86
53 linux-64    - Beliebige GNU/Linux Distribution, x86_64
54 linux-ppc   - Beliebige GNU/Linux Distribution, powerpc
55 linux-x86   - Beliebige GNU/Linux Distribution, x86
56 mingw       - Windows x86
57 @end example
58
59 @knownissues
60
61 Wenn Sie MacOS 10.3 oder 10.4 benutzen und Python-Skripte wie
62 @command{convert-ly} und @command{lilypond-book} benutzen wollen,
63 lesen Sie @ref{Setup for MacOS X,,,lilypond-program,Application Usage}.
64
65 @include compile.itely
66
67 @ignore
68 this is now covered in compile.itely
69
70 @node Compiling from source
71 @section Compiling from source
72
73 LilyPond kann auch selbst direkt aus dem Quellcode des git-Depots 
74 kompiliert werden. Da jedoch für die Kompilierung definitiv 
75 Englisch-Kenntnisse vorhanden sein müssen, soll hier lediglich auf die 
76 englische Dokumentation verwiesen werden:
77 @c DO NOT translate the following line at all.
78 @iftex
79 @ref{Compiling from source,,,lilypond-program,Application Usage}.
80 @end iftex
81 @ifhtml
82 @c Please translate the following line (but not the .html file name)
83 @uref{Compiling-from-source.html,Compiling from Source}.
84 @end ifhtml
85
86
87 @c TRANSLATORS:
88 @c   Please **do not** translate anything below this line.  Users
89 @c   should not be compiling LilyPond themselves; if they really 
90 @c   want to do so, they should be able to read the English docs,
91 @c   because they'll probably need to ask questions in English
92 @c   on the -devel list.   -gp
93
94 @end ignore
95