mirror of
https://github.com/LCTT/LFS-BOOK-7.7-systemd.git
synced 2026-01-14 00:49:09 +00:00
217 lines
7.1 KiB
HTML
217 lines
7.1 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.33. Bison-3.0.4
|
||
</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>
|
||
第六章 安装基本的系统软件
|
||
</h3>
|
||
<ul>
|
||
<li class="prev">
|
||
<a accesskey="p" href="flex.html" title="Flex-2.5.39">上一页</a>
|
||
<p>
|
||
Flex-2.5.39
|
||
</p>
|
||
</li>
|
||
<li class="next">
|
||
<a accesskey="n" href="grep.html" title="Grep-2.21">下一页</a>
|
||
<p>
|
||
Grep-2.21
|
||
</p>
|
||
</li>
|
||
<li class="up">
|
||
<a accesskey="u" href="chapter06.html" title=
|
||
"第六章 安装基本的系统软件">返回</a>
|
||
</li>
|
||
<li class="home">
|
||
<a accesskey="h" href="../index.html" title=
|
||
"Linux From Scratch - Version 7.7-systemd">主页</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="wrap" lang="en" xml:lang="en">
|
||
<h1 class="sect1">
|
||
<a id="ch-system-bison" name="ch-system-bison"></a>6.33. Bison-3.0.4
|
||
</h1>
|
||
<div class="package" lang="en" xml:lang="en">
|
||
<p>
|
||
Bison 软件包包含一个语法生成器。
|
||
</p>
|
||
<div class="segmentedlist">
|
||
<div class="seglistitem">
|
||
<div class="seg">
|
||
<strong class="segtitle">大概编译时间:</strong>
|
||
<span class="segbody">2.3 SBU</span>
|
||
</div>
|
||
<div class="seg">
|
||
<strong class="segtitle">需要磁盘空间:</strong>
|
||
<span class="segbody">40 MB</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="installation" lang="en" xml:lang="en">
|
||
<h2 class="sect2">
|
||
6.33.1. 安装 Bison
|
||
</h2>
|
||
<p>
|
||
准备编译 Bison:
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class=
|
||
"command">./configure --prefix=/usr --docdir=/usr/share/doc/bison-3.0.4</kbd>
|
||
</pre>
|
||
<p>
|
||
编译软件包:
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class="command">make</kbd>
|
||
</pre>
|
||
<p>
|
||
用以下命令测试结果(大约 0.5 SBU):
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class="command">make check</kbd>
|
||
</pre>
|
||
<p>
|
||
Install the package:
|
||
</p>
|
||
<pre class="userinput">
|
||
<kbd class="command">make install</kbd>
|
||
</pre>
|
||
</div>
|
||
<div class="content" lang="en" xml:lang="en">
|
||
<h2 class="sect2">
|
||
<a id="contents-bison" name="contents-bison"></a>6.33.2. Bison 的内容
|
||
</h2>
|
||
<div class="segmentedlist">
|
||
<div class="seglistitem">
|
||
<div class="seg">
|
||
<strong class="segtitle">安装的程序:</strong>
|
||
<span class="segbody">bison 和 yacc</span>
|
||
</div>
|
||
<div class="seg">
|
||
<strong class="segtitle">安装的库:</strong>
|
||
<span class="segbody">liby.a</span>
|
||
</div>
|
||
<div class="seg">
|
||
<strong class="segtitle">安装目录:</strong>
|
||
<span class="segbody">/usr/share/bison</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="variablelist">
|
||
<h3>
|
||
简要介绍
|
||
</h3>
|
||
<table border="0" class="variablelist">
|
||
<colgroup>
|
||
<col align="left" valign="top" />
|
||
<col />
|
||
</colgroup>
|
||
<tbody>
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<a id="bison" name="bison"></a><span class=
|
||
"term"><span class=
|
||
"command"><strong>bison</strong></span></span>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
根据一系列规则生成用于分析文本结构的程序;Bison
|
||
是 Yacc(Yet Another Compiler Compiler) 的替代品。
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<a id="yacc" name="yacc"></a><span class=
|
||
"term"><span class=
|
||
"command"><strong>yacc</strong></span></span>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
<span class=
|
||
"command"><strong>bison</strong></span>
|
||
的封装,用于仍然调用 <span class=
|
||
"command"><strong>yacc</strong></span> 而不是
|
||
<span class="command"><strong>bison</strong></span>
|
||
的程序;它用 <em class="parameter"><code>-y</code></em>
|
||
选项调用 <span class="command"><strong>bison</strong></span>
|
||
option
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
<tr>
|
||
<td>
|
||
<p>
|
||
<a id="liby" name="liby"></a><span class=
|
||
"term"><code class="filename">liby</code></span>
|
||
</p>
|
||
</td>
|
||
<td>
|
||
<p>
|
||
Yacc 库包含和 Yacc兼容的 <code class="function">yyerror</code> 和
|
||
<code class="function">main</code> 程序的实现;这个库并不是很有用,
|
||
但是 POSIX 要求有它
|
||
</p>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="navfooter">
|
||
<div class="book">
|
||
<div class="titlepage">
|
||
<div class="author">
|
||
<span class="firstname">翻译团队:<a href="http://lctt.github.io/" target="_blank">LCTT</a></span>
|
||
<span class="surname">译者/校对:<a href="http://github.com/ictlyh" target="_blank">ictlyh</a>,</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ul>
|
||
<li class="prev">
|
||
<a accesskey="p" href="flex.html" title="Flex-2.5.39">上一页</a>
|
||
<p>
|
||
Flex-2.5.39
|
||
</p>
|
||
</li>
|
||
<li class="next">
|
||
<a accesskey="n" href="grep.html" title="Grep-2.21">下一页</a>
|
||
<p>
|
||
Grep-2.21
|
||
</p>
|
||
</li>
|
||
<li class="up">
|
||
<a accesskey="u" href="chapter06.html" title=
|
||
"第六章 安装基本的系统软件">返回</a>
|
||
</li>
|
||
<li class="home">
|
||
<a accesskey="h" href="../index.html" title=
|
||
"Linux From Scratch - Version 7.7-systemd">主页</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</body>
|
||
</html>
|