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