OSDN Git Service

50d3dfc382ed6000049f559a87dc09bbb5d4287a
[linuxjf/JF.git] / docs / LFS-BOOK / chapter05 / introduction.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.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.6">
15     <div class="navheader">
16       <h4>
17         Linux From Scratch - Version 6.6
18       </h4>
19       <h3>
20         第5章 一時的環境の構築
21       </h3>
22       <ul>
23         <li class="prev">
24           <a accesskey="p" href="chapter05.html" title="一時的環境の構築">前のページ</a>
25           <p>
26             一時的環境の構築
27           </p>
28         </li>
29         <li class="next">
30           <a accesskey="n" href="toolchaintechnotes.html" title=
31           "ツールチェーンの技術的情報">次のページ</a>
32           <p>
33             ツールチェーンの技術的情報
34           </p>
35         </li>
36         <li class="up">
37           <a accesskey="u" href="chapter05.html" title=
38           "第5章 一時的環境の構築">上に戻る</a>
39         </li>
40         <li class="home">
41           <a accesskey="h" href="../index.html" title=
42           "Linux From Scratch - Version 6.6">ホーム</a>
43         </li>
44       </ul>
45     </div>
46     <div class="sect1" lang="ja" xml:lang="ja">
47       <h1 class="sect1">
48         <a id="ch-tools-introduction" name="ch-tools-introduction"></a>5.1.
49         はじめに
50       </h1>
51       <p>
52         この章では最小限の Linux システムを構築していく方法を示します。 このシステムは、最終的に <a class="xref"
53         href="../chapter06/chapter06.html" title=
54         "第6章 基本的なソフトウェアのインストール">第6章</a> にて LFS
55         システムを構築するためのもので、そのために必要なツール類をすべて含んでいます。 最小限とは言いつつも、取り扱いやすい実行環境を提供します。
56       </p>
57       <p>
58         最小限のシステムを構築するために、以下の二段階の手順を踏みます。 初めにホストシステムに依存しない新しいツールチェーン
59         (コンパイラ、アセンブラ、リンカ、ライブラリ、その他の有用なユーティリティ) を構築します。
60         次にこのツールチェーンを使って、他の重要なツール類を構築していきます。
61       </p>
62       <p>
63         この章にて生成されるファイル群は <code class="filename">$LFS/tools</code>
64         ディレクトリ配下にインストールされます。
65         これらのファイルは、次章にてインストールされるファイル群や、ホスト環境にあるファイル群とは区分けされます。
66         ここで構築されるパッケージ類は、あくまで一時的なものであるため、この後に構築する LFS システムを汚したくないためにこのようにします。
67       </p>
68     </div>
69     <div class="navfooter">
70       <ul>
71         <li class="prev">
72           <a accesskey="p" href="chapter05.html" title="一時的環境の構築">前のページ</a>
73           <p>
74             一時的環境の構築
75           </p>
76         </li>
77         <li class="next">
78           <a accesskey="n" href="toolchaintechnotes.html" title=
79           "ツールチェーンの技術的情報">次のページ</a>
80           <p>
81             ツールチェーンの技術的情報
82           </p>
83         </li>
84         <li class="up">
85           <a accesskey="u" href="chapter05.html" title=
86           "第5章 一時的環境の構築">上に戻る</a>
87         </li>
88         <li class="home">
89           <a accesskey="h" href="../index.html" title=
90           "Linux From Scratch - Version 6.6">ホーム</a>
91         </li>
92       </ul>
93     </div>
94   </body>
95 </html>