OSDN Git Service

update to lfsbook 6.8.ja
[linuxjf/JF.git] / docs / LFS-BOOK / chapter05 / sed.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
6     <title>
7       5.29. Sed-4.2.1
8     </title>
9     <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
10     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
11     <link rel="stylesheet" href="../stylesheets/lfs-print.css" type=
12     "text/css" media="print" />
13   </head>
14   <body class="lfs" id="lfs-6.8">
15     <div class="navheader">
16       <h4>
17         Linux From Scratch - Version 6.8
18       </h4>
19       <h3>
20         第5章 一時的環境の構築
21       </h3>
22       <ul>
23         <li class="prev">
24           <a accesskey="p" href="perl.html" title="Perl-5.12.3">前のページ</a>
25           <p>
26             Perl-5.12.3
27           </p>
28         </li>
29         <li class="next">
30           <a accesskey="n" href="tar.html" title="Tar-1.25">次のページ</a>
31           <p>
32             Tar-1.25
33           </p>
34         </li>
35         <li class="up">
36           <a accesskey="u" href="chapter05.html" title=
37           "第5章 一時的環境の構築">上に戻る</a>
38         </li>
39         <li class="home">
40           <a accesskey="h" href="../index.html" title=
41           "Linux From Scratch - Version 6.8">ホーム</a>
42         </li>
43       </ul>
44     </div>
45     <div class="wrap" lang="ja" xml:lang="ja">
46       <h1 class="sect1">
47         <a id="ch-tools-sed" name="ch-tools-sed"></a>5.29. Sed-4.2.1
48       </h1>
49       <div class="package" lang="ja" xml:lang="ja">
50         <p>
51           Sed パッケージはストリームエディタを提供します。
52         </p>
53         <div class="segmentedlist">
54           <div class="seglistitem">
55             <div class="seg">
56               <strong class="segtitle">概算ビルド時間:</strong> <span class=
57               "segbody">0.1 SBU</span>
58             </div>
59             <div class="seg">
60               <strong class="segtitle">必要ディスク容量:</strong> <span class=
61               "segbody">8.0 MB</span>
62             </div>
63           </div>
64         </div>
65       </div>
66       <div class="installation" lang="ja" xml:lang="ja">
67         <h2 class="sect2">
68           5.29.1. Sed のインストール
69         </h2>
70         <p>
71           Sed をコンパイルするための準備をします。
72         </p>
73         <pre class="userinput">
74 <kbd class="command">./configure --prefix=/tools</kbd>
75 </pre>
76         <p>
77           パッケージをコンパイルします。
78         </p>
79         <pre class="userinput">
80 <kbd class="command">make</kbd>
81 </pre>
82         <p>
83           コンパイルが終了しました。 前にも述べたように、この章にて一時的ツールのテストスイートを実行することは必須ではありません。
84           しかしテストスイートを実行するなら、以下を実行します。
85         </p>
86         <pre class="userinput">
87 <kbd class="command">make check</kbd>
88 </pre>
89         <p>
90           パッケージをインストールします。
91         </p>
92         <pre class="userinput">
93 <kbd class="command">make install</kbd>
94 </pre>
95       </div>
96       <div class="content" lang="ja" xml:lang="ja">
97         <p>
98           本パッケージの詳細は <a class="xref" href=
99           "../chapter06/sed.html#contents-sed" title=
100           "6.17.2. Sed の構成">6.17.2.「Sed の構成」</a> を参照してください。
101         </p>
102       </div>
103     </div>
104     <div class="navfooter">
105       <ul>
106         <li class="prev">
107           <a accesskey="p" href="perl.html" title="Perl-5.12.3">前のページ</a>
108           <p>
109             Perl-5.12.3
110           </p>
111         </li>
112         <li class="next">
113           <a accesskey="n" href="tar.html" title="Tar-1.25">次のページ</a>
114           <p>
115             Tar-1.25
116           </p>
117         </li>
118         <li class="up">
119           <a accesskey="u" href="chapter05.html" title=
120           "第5章 一時的環境の構築">上に戻る</a>
121         </li>
122         <li class="home">
123           <a accesskey="h" href="../index.html" title=
124           "Linux From Scratch - Version 6.8">ホーム</a>
125         </li>
126       </ul>
127     </div>
128   </body>
129 </html>