]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/de/user/install.itely
Merge master into nested-bookparts
[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: c6e236bc762071c4580cc15ea52695df646d31f7
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 Translators: Till Rettig, Reinhold Kainhofer
11
12 @ifclear INSTALL
13 @node Install
14 @chapter Install
15 @end ifclear
16
17 Es gibt von Lilypond zwei verschiedene Typen von Versionen: stabile
18 Versionen und instabile Entwicklerversionen. Stabile Versionen haben
19 eine gerade Unter-Versionsnummer (z.B. 2.8, 2.10, 2.12, etc.). 
20 Entwicklerversionen haben hingegen ungerade Unter-Versionsnummern (z.B.
21 2.7, 2.9, 2.11, etc.).
22
23 LilyPond selbst zu kompilieren ist ein relativ komplizierter Vorgang, daher
24 empfehlen wir @strong{stark}, die vorkompilierten Binär-Pakete zu benutzen.
25 @untranslated
26
27
28 @menu
29 * Precompiled binaries::
30 * Compiling from source::
31 @end menu
32
33 @node Precompiled binaries
34 @section Precompiled binaries
35
36 @unnumberedsubsec Downloading
37
38
39 Aktuelle Informationen zu vorkompilierten Binär-Paketen für Ihre Plattform
40 finden Sie unter @uref{http://lilypond.org/web/install/}.  Falls Ihr Betriebssystem
41 auf dieser allgemeinen Seite nicht behandelt wird, sehen Sie bitte in 
42 der vollständigen Liste unter @uref{http://download.linuxaudio.org/lilypond/binaries/}
43 nach.
44
45 Momentan werden Binärpakete für folgende Plattformen erstellt:
46
47 @example
48 darwin-ppc  - MacOS X powerpc
49 darwin-x86  - MacOS X intel
50 freebsd-64  - FreeBSD 6.x, x86_64
51 freebsd-x86 - FreeBSD 4.x, x86
52 linux-64    - Beliebige GNU/Linux Distribution, x86_64
53 linux-arm   - Beliebige GNU/Linux Distribution, arm
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
60 @node Compiling from source
61 @section Compiling from source
62
63 LilyPond kann auch selbst direkt aus dem Quellcode des git-Depots 
64 kompiliert werden. Da jedoch für die Kompilierung definitiv 
65 Englisch-Kenntnisse vorhanden sein müssen, soll hier lediglich auf die 
66 englische Dokumentation verwiesen werden.
67 @c TODO: How do I insert a link to the English docs???
68
69 @c TRANSLATORS:
70 @c   Please **do not** translate anything below this line.  Users
71 @c   should not be compiling LilyPond themselves; if they really 
72 @c   want to do so, they should be able to read the English docs,
73 @c   because they'll probably need to ask questions in English
74 @c   on the -devel list.   -gp
75