]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/install.itely
Docs-fr: fix cosmetic buglet in translation status
[lilypond.git] / Documentation / fr / user / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2 @c This file is part of lilypond-program.tely
3 @ignore
4     Translation of GIT committish: c887c0f8714c999e42fa87d4d1116b8d19e0b93c
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.11.61"
11
12 @c Translators: John Mandereau
13
14 @node Install
15 @chapter Install
16
17 LilyPond est distribué dans deux types de moutures : les versions
18 stables, qui portent un numéro mineur de version pair, par exemple 1.6,
19 2.8, 2.12, et les versions de développement, qui portent un numéro
20 mineur de version impair, par exemple 1.3, 2.9, 2.11.
21
22 La compilation de LilyPond est une tâche exigeante et parfois
23 laborieuse, c'est pourquoi nous recommandons @strong{fortement}
24 l'utilisations des binaires précompilés.
25
26 @menu 
27 * Precompiled binaries::
28 * Compiling from source::
29 @end menu
30
31 @node Precompiled binaries
32 @section Precompiled binaries
33
34 @unnumberedsubsec Downloading
35
36 Consultez @uref{http://lilypond.org/web/install/} pour connaître les
37 derniers paquets binaires dipsonibles pour votre plateforme.  Si votre
38 système d'exploitation n'est pas présent sur cette page, consultez la
39 liste complète sur @uref{http://download.linuxaudio.org/lilypond/binaries/}.
40
41 Actuellement, nous compilons des paquets pour les architectures
42
43 @example
44 darwin-ppc  - MacOS X PowerPC
45 darwin-x86  - MacOS X Intel
46 freebsd-64  - FreeBSD 6.x, x86_64
47 freebsd-x86 - FreeBSD 4.x, x86
48 linux-64    - Toutes distributions GNU/Linux, x86_64
49 linux-arm   - Toutes distributions GNU/Linux, arm
50 linux-ppc   - Toutes distributions GNU/Linux, powerpc
51 linux-x86   - Toutes distributions GNU/Linux, x86
52 mingw       - Windows x86
53 @end example
54
55
56 @node Compiling from source
57 @section Compiling from source
58
59 Il est possible de compiler LilyPond à partir du code source.  Comme
60 cela requiert une maîtrise de l'anglais, cette section ne sera pas
61 traduite.  Si vous voulez vraiment compiler LilyPond, reportez-vous à
62 @iftex
63 @c DO NOT translate the following line at all.
64 @ref{Compiling from source,,,lilypond-program,Application Usage}.
65 @end iftex
66 @ifhtml
67 @c Please translate the following line (but not the .html file name)
68 la @uref{Compiling-from-source.html,documentation en anglais}.
69 @end ifhtml
70
71 @c TRANSLATORS:
72 @c   Please **do not** translate anything below this line.  Users
73 @c   should not be compiling LilyPond themselves; if they really
74 @c   want to do so, they should be able to read the English docs,
75 @c   because they'll probably need to ask questions in English
76 @c   on the -devel list.   -gp
77 @c Instead, please uncomment and translate the paragraph above,
78 @c and remove all stuff (menu, nodes, contents) below this line.