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