Files
master/chapter06/mpfr.html
wxy efa9c8bd8b 重新设置了页面字符集
如有冲突,手工解决一下。
2015-04-23 00:48:01 +08:00

188 lines
5.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=utf-8" />
<title>
6.15.&nbsp;MPFR-3.1.2
</title>
<link rel="stylesheet" type="text/css" href="../stylesheets/lfs.css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1" />
<link rel="stylesheet" href="stylesheets/lfs-print.css" type="text/css"
media="print" />
</head>
<body class="lfs" id="lfs-7.7-systemd">
<div class="navheader">
<h4>
Linux From Scratch - Version 7.7-systemd
</h4>
<h3>
Chapter&nbsp;6.&nbsp;Installing Basic System Software
</h3>
<ul>
<li class="prev">
<a accesskey="p" href="gmp.html" title="GMP-6.0.0a">Prev</a>
<p>
GMP-6.0.0a
</p>
</li>
<li class="next">
<a accesskey="n" href="mpc.html" title="MPC-1.0.2">Next</a>
<p>
MPC-1.0.2
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter06.html" title=
"Chapter&nbsp;6.&nbsp;Installing Basic System Software">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
<div class="wrap" lang="en" xml:lang="en">
<h1 class="sect1">
<a id="ch-system-mpfr" name="ch-system-mpfr"></a>6.15. MPFR-3.1.2
</h1>
<div class="package" lang="en" xml:lang="en">
<p>
The MPFR package contains functions for multiple precision math.
</p>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Approximate build time:</strong>
<span class="segbody">0.7 SBU</span>
</div>
<div class="seg">
<strong class="segtitle">Required disk space:</strong>
<span class="segbody">30 MB</span>
</div>
</div>
</div>
</div>
<div class="installation" lang="en" xml:lang="en">
<h2 class="sect2">
6.15.1. Installation of MPFR
</h2>
<p>
First, apply the following patch to fix various bugs that have been
addressed upstream:
</p>
<pre class="userinput">
<kbd class="command">patch -Np1 -i ../mpfr-3.1.2-upstream_fixes-3.patch</kbd>
</pre>
<p>
Prepare MPFR for compilation:
</p>
<pre class="userinput">
<kbd class="command">./configure --prefix=/usr \
--enable-thread-safe \
--docdir=/usr/share/doc/mpfr-3.1.2</kbd>
</pre>
<p>
Compile the package and generate the HTML documentation:
</p>
<pre class="userinput">
<kbd class="command">make
make html</kbd>
</pre>
<div class="admon important">
<img alt="[Important]" src="../images/important.png" />
<h3>
Important
</h3>
<p>
The test suite for MPFR in this section is considered critical.
Do not skip it under any circumstances.
</p>
</div>
<p>
Test the results and ensure that all tests passed:
</p>
<pre class="userinput">
<kbd class="command">make check</kbd>
</pre>
<p>
Install the package and its documentation:
</p>
<pre class="userinput">
<kbd class="command">make install
make install-html</kbd>
</pre>
</div>
<div class="content" lang="en" xml:lang="en">
<h2 class="sect2">
<a id="contents-mpfr" name="contents-mpfr"></a>6.15.2. Contents of
MPFR
</h2>
<div class="segmentedlist">
<div class="seglistitem">
<div class="seg">
<strong class="segtitle">Installed Libraries:</strong>
<span class="segbody">libmpfr.{a,so}</span>
</div>
<div class="seg">
<strong class="segtitle">Installed directory:</strong>
<span class="segbody">/usr/share/doc/mpfr-3.1.2</span>
</div>
</div>
</div>
<div class="variablelist">
<h3>
Short Descriptions
</h3>
<table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top" />
<col />
</colgroup>
<tbody>
<tr>
<td>
<p>
<a id="libmpfr" name="libmpfr"></a><span class=
"term"><code class="filename">libmpfr</code></span>
</p>
</td>
<td>
<p>
Contains multiple-precision math functions
</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="navfooter">
<ul>
<li class="prev">
<a accesskey="p" href="gmp.html" title="GMP-6.0.0a">Prev</a>
<p>
GMP-6.0.0a
</p>
</li>
<li class="next">
<a accesskey="n" href="mpc.html" title="MPC-1.0.2">Next</a>
<p>
MPC-1.0.2
</p>
</li>
<li class="up">
<a accesskey="u" href="chapter06.html" title=
"Chapter&nbsp;6.&nbsp;Installing Basic System Software">Up</a>
</li>
<li class="home">
<a accesskey="h" href="../index.html" title=
"Linux From Scratch - Version 7.7-systemd">Home</a>
</li>
</ul>
</div>
</body>
</html>