]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/install.itely
Merge commit 'origin' into includes
[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: 2c00bdbfaf62dd90863331c4713e6b29e32c9322
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 @untranslated
28
29
30 @menu
31 * Precompiled binaries::
32 * Compiling from source::
33 @end menu
34
35 @node Precompiled binaries
36 @section Precompiled binaries
37
38 @unnumberedsubsec Downloading
39
40
41 Aktuelle Informationen zu vorkompilierten Binär-Paketen für Ihre Plattform
42 finden Sie unter @uref{http://lilypond.org/web/install/}.  Falls Ihr Betriebssystem
43 auf dieser allgemeinen Seite nicht behandelt wird, sehen Sie bitte in 
44 der vollständigen Liste unter @uref{http://download.linuxaudio.org/lilypond/binaries/}
45 nach.
46
47 Momentan werden Binärpakete für folgende Plattformen erstellt:
48
49 @example
50 darwin-ppc  - MacOS X powerpc
51 darwin-x86  - MacOS X intel
52 freebsd-64  - FreeBSD 6.x, x86_64
53 freebsd-x86 - FreeBSD 4.x, x86
54 linux-64    - Beliebige GNU/Linux Distribution, x86_64
55 linux-ppc   - Beliebige GNU/Linux Distribution, powerpc
56 linux-x86   - Beliebige GNU/Linux Distribution, x86
57 mingw       - Windows x86
58 @end example
59
60 @knownissues
61
62 Wenn Sie MacOS 10.3 oder 10.4 benutzen und Python-Skripte wie
63 @command{convert-ly} und @command{lilypond-book} benutzen wollen,
64 lesen Sie @ref{Setup for MacOS X,,,lilypond-program,Application Usage}.
65
66
67 @node Compiling from source
68 @section Compiling from source
69
70 LilyPond kann auch selbst direkt aus dem Quellcode des git-Depots 
71 kompiliert werden. Da jedoch für die Kompilierung definitiv 
72 Englisch-Kenntnisse vorhanden sein müssen, soll hier lediglich auf die 
73 englische Dokumentation verwiesen werden:
74 @c DO NOT translate the following line at all.
75 @iftex
76 @ref{Compiling from source,,,lilypond-program,Application Usage}.
77 @end iftex
78 @ifhtml
79 @c Please translate the following line (but not the .html file name)
80 @uref{Compiling-from-source.html,Compiling from Source}.
81 @end ifhtml
82
83
84 @c TRANSLATORS:
85 @c   Please **do not** translate anything below this line.  Users
86 @c   should not be compiling LilyPond themselves; if they really 
87 @c   want to do so, they should be able to read the English docs,
88 @c   because they'll probably need to ask questions in English
89 @c   on the -devel list.   -gp
90