]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/application/install.itely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / fr / application / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: fr -*-
2
3 @ignore
4     Translation of GIT committish: db53c05f11bea8831733b1fdf7ebe32cb1f491f4
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.12.0"
11
12 @c Translators: John Mandereau
13 @c Translation checkers: Jean-Charles Malahieude
14
15 @node Installation
16 @chapter Installation
17 @translationof Install
18
19 LilyPond est distribué dans deux types de moutures : les versions
20 stables, qui portent un numéro mineur de version pair, par exemple 1.6,
21 2.8, 2.12, et les versions de développement, qui portent un numéro
22 mineur de version impair, par exemple 1.3, 2.9, 2.11.
23
24 La compilation de LilyPond est une tâche exigeante et parfois
25 laborieuse, c'est pourquoi nous recommandons @strong{fortement}
26 l'utilisation des binaires précompilés.
27
28 @menu 
29 * Paquets précompilés::
30 * Compilation à partir du code source::
31 @end menu
32
33 @node Paquets précompilés
34 @section Paquets précompilés
35 @translationof Precompiled binaries
36
37 @unnumberedsubsec Téléchargement
38
39 Consultez @uref{http://lilypond.org/web/install/} pour connaître les
40 derniers paquets binaires disponibles pour votre plateforme.  Si votre
41 système d'exploitation n'est pas présent sur cette page, consultez la
42 liste complète sur @uref{http://download.linuxaudio.org/lilypond/binaries/}.
43
44 Actuellement, nous compilons des paquets pour les architectures
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    - Toutes distributions GNU/Linux, x86_64
52 linux-ppc   - Toutes distributions GNU/Linux, powerpc
53 linux-x86   - Toutes distributions GNU/Linux, x86
54 mingw       - Windows x86
55 @end example
56
57 @knownissues
58
59 Si vous utilisez MacOS 10.3 ou 10.4 et voulez exécuter des scripts
60 Python tels que @command{convert-ly} et @code{lilypond-book},
61 reportez-vous à
62 @ref{Setup for MacOS X,,,lilypond-program,Utilisation des programmes}.
63
64
65 @node Compilation à partir du code source
66 @section Compilation à partir du code source
67 @translationof Compiling from source
68
69 Il est possible de compiler LilyPond à partir du code source.  Comme
70 cela requiert une maîtrise de l'anglais, cette section ne sera pas
71 traduite.  Si vous voulez vraiment compiler LilyPond, reportez-vous à
72 @iftex
73 @c DO NOT translate the following line at all.
74 @ref{Compiling from source,,,lilypond-program,Application Usage}.
75 @end iftex
76 @ifhtml
77 @c Please translate the following line (but not the .html file name)
78 la @uref{Compiling-from-source.html,documentation en anglais}.
79 @end ifhtml
80
81 @c TRANSLATORS:
82 @c   Please **do not** translate anything below this line.  Users
83 @c   should not be compiling LilyPond themselves; if they really
84 @c   want to do so, they should be able to read the English docs,
85 @c   because they'll probably need to ask questions in English
86 @c   on the -devel list.   -gp
87 @c Instead, please uncomment and translate the paragraph above,
88 @c and remove all stuff (menu, nodes, contents) below this line.