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