OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / readline.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     <para>The Readline package is a set of libraries that offers command-line
14     editing and history capabilities.</para>
15 @y
16     <para>
17     Readline パッケージはコマンドラインの編集や履歴管理を行うライブラリを提供します。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Readline</title>
23 @y
24     <title>&InstallationOf1;Readline &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="p1">The following patch contains updates from the maintainer. The
29     maintainer of Readline only releases these patches to fix serious issues:</para>
30 @y
31     <para os="p1">
32     以下のパッチは種々のバグを修正するものとしてアップストリームにより提供されているものです。
33     Readline のアップストリームでは重要な問題に対するパッチのみをリリースしています。
34     </para>
35 @z
36
37 @x
38     <para os="a">Prepare Readline for compilation:</para>
39 @y
40     <para os="a">&PreparePackage1;Readline &PreparePackage2;</para>
41 @z
42
43 @x
44     <para os="c">Compile the package:</para>
45 @y
46     <para os="c">&CompileThePackage;</para>
47 @z
48
49 @x
50     <para os="e">This package does not come with a test suite.</para>
51 @y
52     <para os="e">&NotExistTestsuite;</para>
53 @z
54
55 @x
56     <para os="f">Install the package:</para>
57 @y
58     <para os="f">&InstallThePackage;</para>
59 @z
60
61 @x
62     <para os="h">Now move the static libraries to a more appropriate location:</para>
63 @y
64     <para os="h">
65     スタティックライブラリを適切なディレクトリに移動します。
66     </para>
67 @z
68
69 @x
70     <para os="j">Next, relink the dynamic libraries into <filename class="directory">/usr/lib</filename> and remove the <filename class="extension">.so</filename> files in <filename class="directory">/lib</filename>.</para>
71 @y
72     <para os="j">
73     ダイナミックライブラリに対する <filename class="directory">/usr/lib</filename> へのリンクを再生成します。
74     そして <filename class="directory">/lib</filename> にある <filename class="extension">.so</filename> ファイルは削除します。
75     </para>
76 @z
77
78 @x
79     <title>Contents of Readline</title>
80 @y
81     <title>&ContentsOf1;Readline &ContentsOf2;</title>
82 @z
83
84 @x
85       <segtitle>Installed libraries</segtitle>
86       <segtitle>Installed directories</segtitle>
87 @y
88       <segtitle>&InstalledLibrary;</segtitle>
89       <segtitle>&InstalledDirectory;</segtitle>
90 @z
91
92 @x
93         <seg>libhistory.[a,so], libreadline.[a,so]</seg>
94         <seg>/usr/include/readline, /usr/share/doc/readline-&readline-version;, /usr/share/readline</seg>
95 @y
96         <seg>libhistory.[a,so], libreadline.[a,so]</seg>
97         <seg>/usr/include/readline, /usr/share/doc/readline-&readline-version;, /usr/share/readline</seg>
98 @z
99
100 @x
101       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
102 @y
103       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
104 @z
105
106 @x libhistory
107           <para>Provides a consistent user interface
108           for recalling lines of history</para>
109 @y
110           <para>
111           入力履歴を適切に再現するためのユーザーインターフェースを提供します。
112           </para>
113 @z
114
115 @x libreadline
116           <para>Aids in the consistency of user interface
117           across discrete programs that need to provide a command line
118           interface</para>
119 @y
120           <para>
121           コマンドラインインターフェースを提供しているさまざまなコマンドにおいて、適切なインターフェースを提供します。
122           </para>
123 @z