]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/ja/usage/install.itely
Doc: convert-ly all docs.
[lilypond.git] / Documentation / ja / usage / install.itely
1 @c -*- coding: utf-8; mode: texinfo; documentlanguage: ja -*-
2
3 @ignore
4     Translation of GIT committish: 9a65042d49324f2e3dff18c4b0858def81232eea
5
6     When revising a translation, copy the HEAD committish of the
7     version that you are working on.  For details, see the Contributors'
8     Guide, node Updating translation committishes..
9 @end ignore
10
11 @c \version "2.13.36"
12
13 @c Translators: Yoshiki Sawada
14 @c Translation status: post-GDP
15
16 @node インストール
17 @chapter インストール
18 @translationof Install
19
20 LilyPond にはリリースが 2 セットあります: 
21 安定したリリースと、不安定な開発版リリースです。@c
22 安定バージョンは偶数の @q{マイナー} バージョン番号を持ちます 
23 (つまり、2.8, 2.10, 2.12 など)。@c
24 開発バージョンは奇数の @q{マイナー} バージョン番号を持ちます 
25 (つまり、2.7, 2.9, 2.11 など)。
26
27 LilyPond のビルドは非常に複雑なプロセスです。@c
28 そのため、コンパイル済みのバイナリを使用することを@strong{強く}推奨します。
29
30 @menu 
31 * コンパイル済みのバイナリ::
32 * ソースからコンパイルする::
33 @end menu
34
35
36 @node コンパイル済みのバイナリ
37 @section コンパイル済みのバイナリ
38 @translationof Precompiled binaries
39
40 @unnumberedsubsec ダウンロードする
41
42 あなたの使用しているプラットフォーム向けバイナリ パッケージについての@c
43 最新情報を得るには @uref{http://lilypond.org/web/install/} をチェックしてください。@c
44 あなたの使用している OS がそのページでカバーされていない場合は、@c
45 @uref{http://download.linuxaudio.org/lilypond/binaries/} にある@c
46 完全なバイナリ リストを調べてみてください。
47
48 現在のところ、以下のバイナリがあります:
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    - Toutes distributions GNU/Linux, x86_64
56 linux-ppc   - Toutes distributions GNU/Linux, powerpc
57 linux-x86   - Toutes distributions GNU/Linux, x86
58 mingw       - Windows x86
59 @end example
60
61
62 @knownissues
63
64 あなたが MacOS 10.3 または 10.4 を使用していて、@c
65 @command{convert-ly} や @command{lilypond-book} のような 
66 Python スクリプトを使用したいのなら、@c
67 @c @ref{Setup for MacOS X,,,lilypond-program,Application Usage} 
68 @ref{MacOS X のためのセットアップ} 
69 を参照してください。
70
71
72 @node ソースからコンパイルする
73 @section ソースからコンパイルする
74 @translationof Compiling from source
75
76 ソース コードから直接 LilyPond をコンパイルすることもできます。@c
77 これを行うには英語を読めることが必須です。@c
78 そのため、この節は翻訳されません。@c
79 本当に LilyPond をコンパイルしたいのなら、
80 @iftex
81 @c DO NOT translate the following line at all.
82 @ref{Compiling from source,,,lilypond-program,Application Usage}.
83 @end iftex
84 @ifhtml
85 @c Please translate the following line (but not the .html file name)
86 @uref{Compiling-from-source.html,英語で書かれたドキュメント}
87 @end ifhtml
88 を参照してください。
89
90 @c TRANSLATORS,
91 @c   Please **do not** translate anything below this line.  Users
92 @c   should not be compiling LilyPond themselves; if they really
93 @c   want to do so, they should be able to read the English docs,
94 @c   because they'll probably need to ask questions in English
95 @c   on the -devel list.   -gp
96 @c Instead, please uncomment and translate the paragraph above,
97 @c and remove all stuff (menu, nodes, contents) below this line.
98