OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / prologue / common / hostreqs.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13   <title>Host System Requirements</title>
14 @y
15   <title>ホストシステム要件</title>
16 @z
17
18 @x
19     <para>You should be able to build a CLFS system from just about any
20     Unix-type operating system. Your host system should have the following
21     software with the minimum versions indicated. Also note that many
22     distributions will place software headers into separate packages, often in
23     the form of <quote>[package-name]-devel</quote> or
24     <quote>[package-name]-dev</quote>. Be sure to install those if
25     your distribution provides them.</para>
26 @y
27     <para>
28     CLFS は Unix タイプのオペレーティングシステム上に生成していきます。
29     ホストシステムには以下に示すソフトウェアが必要であり、それぞれに示されているバージョン以降である必要があります。
30     ディストリビューションによっては、ソフトウェアのヘッダーファイル群を別パッケージとして提供しているものが多々あります。
31     例えば "[パッケージ名]-devel" であったり "[パッケージ名]-dev" といった具合です。
32     お使いのディストリビューションがそのような提供の仕方をしている場合は、それらもインストールしてください。
33     </para>
34 @z
35
36 @x
37       <para><emphasis role="strong">Binutils-2.12</emphasis> (Versions
38       greater than &binutils-version; are not recommended as they have
39       not been tested)</para>
40 @y
41       <para><emphasis role="strong">Binutils-2.12</emphasis>
42       (&binutils-version; 以上のバージョンはテストしていないためお勧めしません。)
43       </para>
44 @z
45
46 @x
47       <para><emphasis role="strong">GCC-4.1.2</emphasis> and the C++ compiler,
48       <command>g++</command> (Versions greater than &gcc-version; are not
49       recommended as they have not been tested)</para>
50 @y
51       <para><emphasis role="strong">GCC-4.1.2</emphasis> と C++ コンパイラーである <command>g++</command>
52       (&gcc-version; 以上のバージョンはテストしていないためお勧めしません。)
53       </para>
54 @z
55
56 @x
57       <para><emphasis role="strong">Glibc-2.2.5</emphasis> (Versions
58       greater than &glibc-version; are not recommended as they have
59       not been tested)</para>
60 @y
61       <para><emphasis role="strong">Glibc-2.2.5</emphasis>
62       (&glibc-version; 以上のバージョンはテストしていないためお勧めしません。)
63       </para>
64 @z
65
66 @x
67   <para>To see whether your host system has all the appropriate versions,
68   create and run the following script. Read the output carefully for any
69   errors, and make sure to install any packages that are reported as not found.</para>
70 @y
71   <para>
72   ホストシステムに上のソフトウェアの適切なバージョンがインストールされているかどうかは、以下のスクリプトを生成し実行して確認することができます。
73   その出力にエラーがないかを確認してください。
74   パッケージが見つからなかった場合はインストールしてください。
75   </para>
76 @z