OSDN Git Service

Update to 3.8
[linuxjf/JF.git] / docs / LFS-BOOK / chapter06 / mpfr.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       6.14. MPFR-3.0.0
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         第6章 基本的なソフトウェアのインストール
21       </h3>
22       <ul>
23         <li class="prev">
24           <a accesskey="p" href="gmp.html" title="GMP-5.0.1">前のページ</a>
25           <p>
26             GMP-5.0.1
27           </p>
28         </li>
29         <li class="next">
30           <a accesskey="n" href="mpc.html" title="MPC-0.8.2">次のページ</a>
31           <p>
32             MPC-0.8.2
33           </p>
34         </li>
35         <li class="up">
36           <a accesskey="u" href="chapter06.html" title=
37           "第6章 基本的なソフトウェアのインストール">上に戻る</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-system-mpfr" name="ch-system-mpfr"></a>6.14. MPFR-3.0.0
48       </h1>
49       <div class="package" lang="ja" xml:lang="ja">
50         <p>
51           MPFR パッケージは倍精度演算 (multiple precision) の関数を提供します。
52         </p>
53         <div class="segmentedlist">
54           <div class="seglistitem">
55             <div class="seg">
56               <strong class="segtitle">概算ビルド時間:</strong> <span class=
57               "segbody">1.1 SBU</span>
58             </div>
59             <div class="seg">
60               <strong class="segtitle">必要ディスク容量:</strong> <span class=
61               "segbody">27.1 MB</span>
62             </div>
63           </div>
64         </div>
65       </div>
66       <div class="installation" lang="ja" xml:lang="ja">
67         <h2 class="sect2">
68           6.14.1. MPFR のインストール
69         </h2>
70         <p>
71           MPFR をコンパイルするための準備をします。
72         </p>
73         <pre class="userinput">
74 <kbd class="command">./configure --prefix=/usr --enable-thread-safe \
75   --docdir=/usr/share/doc/mpfr-3.0.0</kbd>
76 </pre>
77         <p>
78           パッケージをコンパイルします。
79         </p>
80         <pre class="userinput">
81 <kbd class="command">make</kbd>
82 </pre>
83         <div class="admon important">
84           <img alt="[重要項目]" src="../images/important.png" />
85           <h3>
86             重要項目
87           </h3>
88           <p>
89             本節における MPFR のテストスイートは極めて重要なものです。 したがってどのような場合であっても必ず実行してください。
90           </p>
91         </div>
92         <p>
93           すべてのテストが正常に完了していることを確認してください。
94         </p>
95         <pre class="userinput">
96 <kbd class="command">make check</kbd>
97 </pre>
98         <p>
99           パッケージをインストールします。
100         </p>
101         <pre class="userinput">
102 <kbd class="command">make install</kbd>
103 </pre>
104         <p>
105           ドキュメントをインストールします。
106         </p>
107         <pre class="userinput">
108 <kbd class="command">make html
109 make install-html</kbd>
110 </pre>
111       </div>
112       <div class="content" lang="ja" xml:lang="ja">
113         <h2 class="sect2">
114           <a id="contents-mpfr" name="contents-mpfr"></a>6.14.2. MPFR の構成
115         </h2>
116         <div class="segmentedlist">
117           <div class="seglistitem">
118             <div class="seg">
119               <strong class="segtitle">インストールライブラリ:</strong> <span class=
120               "segbody">libmpfr.{a,so}</span>
121             </div>
122             <div class="seg">
123               <strong class="segtitle">インストールディレクトリ:</strong> <span class=
124               "segbody">/usr/share/doc/mpfr-3.0.0</span>
125             </div>
126           </div>
127         </div>
128         <div class="variablelist">
129           <h3>
130             概略説明
131           </h3>
132           <table border="0">
133             <col align="left" valign="top" />
134             <tbody>
135               <tr>
136                 <td>
137                   <p>
138                     <a id="libmpfr" name="libmpfr"></a><span class=
139                     "term"><code class="filename">libmpfr</code></span>
140                   </p>
141                 </td>
142                 <td>
143                   <p>
144                     倍精度演算の関数を提供します。
145                   </p>
146                 </td>
147               </tr>
148             </tbody>
149           </table>
150         </div>
151       </div>
152     </div>
153     <div class="navfooter">
154       <ul>
155         <li class="prev">
156           <a accesskey="p" href="gmp.html" title="GMP-5.0.1">前のページ</a>
157           <p>
158             GMP-5.0.1
159           </p>
160         </li>
161         <li class="next">
162           <a accesskey="n" href="mpc.html" title="MPC-0.8.2">次のページ</a>
163           <p>
164             MPC-0.8.2
165           </p>
166         </li>
167         <li class="up">
168           <a accesskey="u" href="chapter06.html" title=
169           "第6章 基本的なソフトウェアのインストール">上に戻る</a>
170         </li>
171         <li class="home">
172           <a accesskey="h" href="../index.html" title=
173           "Linux From Scratch - Version 6.8">ホーム</a>
174         </li>
175       </ul>
176     </div>
177   </body>
178 </html>