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