]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/es/usage/install.itely
Doc-es: update Usage.
[lilypond.git] / Documentation / es / usage / 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.  For details, see the Contributors'
9     Guide, node Updating translation committishes..
10 @end ignore
11
12 @c \version "2.12.0"
13
14 @c Translators: Francisco Vila
15
16 @ifclear INSTALL
17 @node Instalación
18 @chapter Instalación
19 @translationof Install
20 @end ifclear
21
22 Existen dos conjuntos de ediciones o lanzamientos de LilyPond: las
23 ediciones estables y las ediciones inestables de desarrollo.  Las
24 versiones estables tienen como número @q{menor} de versión un número
25 par (es decir: 2.8, 2.10, 2.12, etc).  Las versiones de desarrollo
26 tienen un número @q{menor} de versión impar (esto es: 2.7, 2.9, 2.11,
27 etc).
28
29 La compilación de LilyPond es un proceso muy enrevesado, por tanto
30 recomendamos @strong{fervientemente} el uso de los archivos binarios
31 precompilados.
32
33 @menu
34 * Archivos binarios pre-compilados::
35 * Compilar a partir del código fuente::
36 @end menu
37
38
39 @node Archivos binarios pre-compilados
40 @section Archivos binarios pre-compilados
41 @translationof Precompiled binaries
42
43 @unnumberedsubsec Descarga
44
45 Revise el enlace @uref{http://lilypond.org/web/install/} para ver
46 información actualizada sobre los paquetes binarios para su
47 plataforma.  Si su sistema operativo no está contemplado en dicha
48 página general, consulte la lista completa que está en
49 @uref{http://download.linuxaudio.org/lilypond/binaries/}
50
51 Por el momento estamos creando archivos binarios para
52
53 @example
54 darwin-ppc  - MacOS X powerpc
55 darwin-x86  - MacOS X intel
56 freebsd-64  - FreeBSD 6.x, x86_64
57 freebsd-x86 - FreeBSD 4.x, x86
58 linux-64    - Cualquier distribución de GNU/Linux, x86_64
59 linux-ppc   - Cualquier distribución de GNU/Linux, powerpc
60 linux-x86   - Cualquier distribución de GNU/Linux, x86
61 mingw       - Windows x86
62 @end example
63
64 @knownissues
65
66 Si tiene MacOS 10.3 o 10.4 y quiere usar guiones de Python como
67 @command{convert-ly} y @command{lilypond-book}, consulte @ref{Setup for MacOS X,,,lilypond-program,Application Usage}.
68
69 Es posible compilar LilyPond directamente del código fuente. Ello
70 requiere poder leer en inglés, motivo por el que esta sección se deja
71 sin traducir.  Si verdaderamente quiere compilar LilyPond, consulte
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,documentación en inglés}.
79 @end ifhtml
80
81 @c TRANSLATORS,
82 @c   Please **do not** translate the file included below.  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.