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