]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/fr/user/install.itely
Fix 441.
[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: adba53e69c35330dd3d5eedd12c72c3b53dfa379
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
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-ppc   - Toutes distributions GNU/Linux, powerpc
50 linux-x86   - Toutes distributions GNU/Linux, x86
51 mingw       - Windows x86
52 @end example
53
54 @knownissues
55
56 Si vous utilisez MacOS 10.3 ou 10.4 et voulez exécuter des scripts
57 Python tels que @command{convert-ly} et @code{lilypond-book},
58 reportez-vous à
59 @ref{Setup for MacOS X,,,lilypond-program,Utilisation des programmes}.
60
61
62 @node Compiling from source
63 @section Compiling from source
64
65 Il est possible de compiler LilyPond à partir du code source.  Comme
66 cela requiert une maîtrise de l'anglais, cette section ne sera pas
67 traduite.  Si vous voulez vraiment compiler LilyPond, reportez-vous à
68 @iftex
69 @c DO NOT translate the following line at all.
70 @ref{Compiling from source,,,lilypond-program,Application Usage}.
71 @end iftex
72 @ifhtml
73 @c Please translate the following line (but not the .html file name)
74 la @uref{Compiling-from-source.html,documentation en anglais}.
75 @end ifhtml
76
77 @c TRANSLATORS:
78 @c   Please **do not** translate anything below this line.  Users
79 @c   should not be compiling LilyPond themselves; if they really
80 @c   want to do so, they should be able to read the English docs,
81 @c   because they'll probably need to ask questions in English
82 @c   on the -devel list.   -gp
83 @c Instead, please uncomment and translate the paragraph above,
84 @c and remove all stuff (menu, nodes, contents) below this line.