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