]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/application/install.itely
Docs: reorganize documentation directory structure
[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 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 @node Compiling from source
66 @section Compiling from source
67
68 LilyPond kann auch selbst direkt aus dem Quellcode des git-Depots 
69 kompiliert werden. Da jedoch für die Kompilierung definitiv 
70 Englisch-Kenntnisse vorhanden sein müssen, soll hier lediglich auf die 
71 englische Dokumentation verwiesen werden:
72 @c DO NOT translate the following line at all.
73 @iftex
74 @ref{Compiling from source,,,lilypond-program,Application Usage}.
75 @end iftex
76 @ifhtml
77 @c Please translate the following line (but not the .html file name)
78 @uref{Compiling-from-source.html,Compiling from Source}.
79 @end ifhtml
80
81
82 @c TRANSLATORS:
83 @c   Please **do not** translate anything below this line.  Users
84 @c   should not be compiling LilyPond themselves; if they really 
85 @c   want to do so, they should be able to read the English docs,
86 @c   because they'll probably need to ask questions in English
87 @c   on the -devel list.   -gp