]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/user/install.itely
404d50e99f0e027ad0993bbbbcbffed1618f5b42
[lilypond.git] / Documentation / ja / user / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2 @c This file is part of lilypond-program.tely
3 @ignore
4     Translation of GIT committish: 499a511d4166feaada31114e097f86b5e0c56421
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: Yoshiki Sawada
13 @c Translation status: post-GDP
14
15 @node Install
16 @chapter Install
17
18 LilyPond にはリリースが 2 セットあります: 安定したリリースと、不安定な開発版リ@c
19 リースです。 安定バージョンは偶数の @q{マイナー} バージョン番号を持ちます (つ@c
20 まり、2.8, 2.10, 2.12 など)。開発バージョンは奇数の @q{マイナー} バージョン番@c
21 号を持ちます (つまり、2.7, 2.9, 2.11 など)。
22
23 LilyPond のビルドは非常に複雑なプロセスです。そのため、コンパイル済みのバイナ@c
24 リを使用することを@strong{強く}推奨します。
25
26 @menu 
27 * Precompiled binaries::
28 * Compiling from source::
29 @end menu
30
31
32 @node Precompiled binaries
33 @section Precompiled binaries
34
35 @unnumberedsubsec Downloading
36
37 あなたの使用しているプラットフォーム向けのバイナリ パッケージについての最新情@c
38 報を得るには @uref{http://lilypond.org/web/install/} をチェックしてください。@c
39 あなたの使用している OS がそのページでカバーされていない場合は、@c
40 @uref{http://download.linuxaudio.org/lilypond/binaries/} にある完全なバイナリ 
41 リストを調べてみてください。
42
43 現在のところ、以下のバイナリがあります:
44
45 @example
46 darwin-ppc  - MacOS X PowerPC
47 darwin-x86  - MacOS X Intel
48 freebsd-64  - FreeBSD 6.x, x86_64
49 freebsd-x86 - FreeBSD 4.x, x86
50 linux-64    - Toutes distributions GNU/Linux, x86_64
51 linux-ppc   - Toutes distributions GNU/Linux, powerpc
52 linux-x86   - Toutes distributions GNU/Linux, x86
53 mingw       - Windows x86
54 @end example
55
56
57 @knownissues
58
59 あなたが MacOS 10.3 または 10.4 を使用していて、@command{convert-ly} や 
60 @command{lilypond-book} のような Python スクリプトを使用したいのなら、@ref{Setup 
61 for MacOS X,,,lilypond-program,Application Usage} を参照してください。
62
63
64 @node Compiling from source
65 @section Compiling from source
66
67 ソース コードから直接 LilyPond をコンパイルすることもできます。これを行うには@c
68 英語を読めることが必須です。そのため、この節は翻訳されません。本当に LilyPond 
69 をコンパイルしたいのなら、
70 @iftex
71 @c DO NOT translate the following line at all.
72 @ref{Compiling from source,,,lilypond-program,Application Usage}.
73 @end iftex
74 @ifhtml
75 @c Please translate the following line (but not the .html file name)
76 @uref{Compiling-from-source.html,英語で書かれたドキュメント}
77 @end ifhtml
78 を参照してください。
79
80 @c TRANSLATORS:
81 @c   Please **do not** translate anything below this line.  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.
88