1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: de -*-
2 @c This file is part of lilypond-program.tely
4 Translation of GIT committish: 499a511d4166feaada31114e097f86b5e0c56421
6 When revising a translation, copy the HEAD committish of the
7 version that you are working on. See TRANSLATION for details.
12 @c Translators: Till Rettig, Reinhold Kainhofer
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.).
25 LilyPond selbst zu kompilieren ist ein relativ komplizierter Vorgang, daher
26 empfehlen wir @strong{stark}, die vorkompilierten Binär-Pakete zu benutzen.
31 * Precompiled binaries::
32 * Compiling from source::
35 @node Precompiled binaries
36 @section Precompiled binaries
38 @unnumberedsubsec Downloading
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/}
47 Momentan werden Binärpakete für folgende Plattformen erstellt:
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
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}.
67 @node Compiling from source
68 @section Compiling from source
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.
76 @ref{Compiling from source,,,lilypond-program,Application Usage}.
79 @c Please translate the following line (but not the .html file name)
80 @uref{Compiling-from-source.html,Compiling from Source}.
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