]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/application/install.itely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / es / application / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*-
2
3 @ignore
4     Translation of GIT committish: 9bf6dcaf6ca27f7141ec825bb3569de8a5090dbb
5
6
7     When revising a translation, copy the HEAD committish of the
8     version that you are working on.  See TRANSLATION for details.
9 @end ignore
10
11 @c \version "2.12.0"
12
13 @c Translators: Francisco Vila
14
15 @ifclear INSTALL
16 @node Instalación
17 @chapter Instalación
18 @translationof Install
19 @end ifclear
20
21 Existen dos conjuntos de ediciones o lanzamientos de LilyPond: las
22 ediciones estables y las ediciones inestables de desarrollo.  Las
23 versiones estables tienen como número @q{menor} de versión un número
24 par (es decir: 2.8, 2.10, 2.12, etc).  Las versiones de desarrollo
25 tienen un número @q{menor} de versión impar (esto es: 2.7, 2.9, 2.11,
26 etc).
27
28 La compilación de LilyPond es un proceso muy enrevesado, por tanto
29 recomendamos @strong{fervientemente} el uso de los archivos binarios
30 precompilados.
31
32 @menu
33 * Archivos binarios pre-compilados::
34 * Compilar a partir del código fuente::
35 @end menu
36
37
38 @node Archivos binarios pre-compilados
39 @section Archivos binarios pre-compilados
40 @translationof Precompiled binaries
41
42 @unnumberedsubsec Descarga
43
44 Revise el enlace @uref{http://lilypond.org/web/install/} para ver
45 información actualizada sobre los paquetes binarios para su
46 plataforma.  Si su sistema operativo no está contemplado en dicha
47 página general, consulte la lista completa que está en
48 @uref{http://download.linuxaudio.org/lilypond/binaries/}
49
50 Por el momento estamos creando archivos binarios para
51
52 @example
53 darwin-ppc  - MacOS X powerpc
54 darwin-x86  - MacOS X intel
55 freebsd-64  - FreeBSD 6.x, x86_64
56 freebsd-x86 - FreeBSD 4.x, x86
57 linux-64    - Cualquier distribución de GNU/Linux, x86_64
58 linux-ppc   - Cualquier distribución de GNU/Linux, powerpc
59 linux-x86   - Cualquier distribución de GNU/Linux, x86
60 mingw       - Windows x86
61 @end example
62
63 @knownissues
64
65 Si tiene MacOS 10.3 o 10.4 y quiere usar guiones de Python como
66 @command{convert-ly} y @command{lilypond-book}, consulte @ref{Setup for MacOS X,,,lilypond-program,Application Usage}.
67
68 Es posible compilar LilyPond directamente del código fuente. Ello
69 requiere poder leer en inglés, motivo por el que esta sección se deja
70 sin traducir.  Si verdaderamente quiere compilar LilyPond, consulte
71 @iftex
72 @c DO NOT translate the following line at all.
73 @ref{Compiling from source,,,lilypond-program,Application Usage}.
74 @end iftex
75 @ifhtml
76 @c Please translate the following line (but not the .html file name)
77 la @uref{Compiling-from-source.html,documentación en inglés}.
78 @end ifhtml
79
80 @c TRANSLATORS:
81 @c   Please **do not** translate the file included below.  Users
82 @c   should not be compiling LilyPond themselves; if they really
83 @c   want to do so, they should be able to read the English docs,
84 @c   because they'll probably need to ask questions in English
85 @c   on the -devel list.   -gp
86 @c Instead, please uncomment and translate the paragraph above,
87 @c and remove all stuff (menu, nodes, contents) below this line.