]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/application/install.itely
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / ja / application / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2
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 インストール
16 @chapter インストール
17 @translationof Install
18
19 LilyPond にはリリースが 2 セットあります: 安定したリリースと、不安定な開発版リ@c
20 リースです。 安定バージョンは偶数の @q{マイナー} バージョン番号を持ちます (つ@c
21 まり、2.8, 2.10, 2.12 など)。開発バージョンは奇数の @q{マイナー} バージョン番@c
22 号を持ちます (つまり、2.7, 2.9, 2.11 など)。
23
24 LilyPond のビルドは非常に複雑なプロセスです。そのため、コンパイル済みのバイナ@c
25 リを使用することを@strong{強く}推奨します。
26
27 @menu 
28 * コンパイル済みのバイナリ::
29 * ソースからコンパイルする::
30 @end menu
31
32
33 @node コンパイル済みのバイナリ
34 @section コンパイル済みのバイナリ
35 @translationof Precompiled binaries
36
37 @unnumberedsubsec ダウンロードする
38
39 あなたの使用しているプラットフォーム向けのバイナリ パッケージについての最新情@c
40 報を得るには @uref{http://lilypond.org/web/install/} をチェックしてください。@c
41 あなたの使用している OS がそのページでカバーされていない場合は、@c
42 @uref{http://download.linuxaudio.org/lilypond/binaries/} にある完全なバイナリ 
43 リストを調べてみてください。
44
45 現在のところ、以下のバイナリがあります:
46
47 @example
48 darwin-ppc  - MacOS X PowerPC
49 darwin-x86  - MacOS X Intel
50 freebsd-64  - FreeBSD 6.x, x86_64
51 freebsd-x86 - FreeBSD 4.x, x86
52 linux-64    - Toutes distributions GNU/Linux, x86_64
53 linux-ppc   - Toutes distributions GNU/Linux, powerpc
54 linux-x86   - Toutes distributions GNU/Linux, x86
55 mingw       - Windows x86
56 @end example
57
58
59 @knownissues
60
61 あなたが MacOS 10.3 または 10.4 を使用していて、@command{convert-ly} や 
62 @command{lilypond-book} のような Python スクリプトを使用したいのなら、@ref{Setup for MacOS X,,,lilypond-program,Application Usage} を参照してください。
63
64
65 @node ソースからコンパイルする
66 @section ソースからコンパイルする
67 @translationof Compiling from source
68
69 ソース コードから直接 LilyPond をコンパイルすることもできます。これを行うには@c
70 英語を読めることが必須です。そのため、この節は翻訳されません。本当に LilyPond 
71 をコンパイルしたいのなら、
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 @uref{Compiling-from-source.html,英語で書かれたドキュメント}
79 @end ifhtml
80 を参照してください。
81
82 @c TRANSLATORS:
83 @c   Please **do not** translate anything below this line.  Users
84 @c   should not be compiling LilyPond themselves; if they really
85 @c   want to do so, they should be able to read the English docs,
86 @c   because they'll probably need to ask questions in English
87 @c   on the -devel list.   -gp
88 @c Instead, please uncomment and translate the paragraph above,
89 @c and remove all stuff (menu, nodes, contents) below this line.
90