source: BOOK/final-system/common/bc.xml @ bc70776

clfs-3.0.0-systemdsystemd
Last change on this file since bc70776 was bc70776, checked in by William Harrington <kb0iic@…>, 10 years ago

pacakge is to be package. Typo reported by Alexey Orishko.

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-bc" role="wrap">
9  <?dbhtml filename="bc.html"?>
10
11  <title>Bc-&bc-version;</title>
12
13  <indexterm zone="ch-system-bc">
14    <primary sortas="a-Bc">Bc</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Bc package contains an arbitrary precision numeric processing language.</para>
21
22  </sect2>
23
24  <sect2 role="installation">
25    <title>Installation of Bc</title>
26
27    <para os="a">Prepare Bc for compilation:</para>
28
29<screen os="b"><userinput>./configure --prefix=/usr --with-readline</userinput></screen>
30
31    <para os="c">Compile the package:</para>
32
33<screen os="d"><userinput>make</userinput></screen>
34
35    <para os="e">To test the results, issue:</para>
36
37<screen os="e2"><userinput remap="test">echo "quit" | ./bc/bc -l Test/checklib.b</userinput></screen>
38
39    <para os="f">Install the package:</para>
40
41<screen os="g"><userinput>make install</userinput></screen>
42
43  </sect2>
44
45  <sect2 id="contents-bc" role="content">
46    <title>Contents of Bc</title>
47
48    <segmentedlist>
49      <segtitle>Installed programs</segtitle>
50
51      <seglistitem>
52        <seg>bc and dc</seg>
53      </seglistitem>
54    </segmentedlist>
55
56    <variablelist>
57      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
58      <?dbfo list-presentation="list"?>
59      <?dbhtml list-presentation="table"?>
60
61      <varlistentry id="bc">
62        <term><command>bc</command></term>
63        <listitem>
64          <para>is a command line calculator</para>
65          <indexterm zone="ch-system-bc bc">
66            <primary sortas="b-bc">bc</primary>
67          </indexterm>
68        </listitem>
69      </varlistentry>
70
71      <varlistentry id="dc">
72        <term><command>dc</command></term>
73          <listitem>
74          <para>is a reverse-polish command line calculator</para>
75          <indexterm zone="ch-system-bc dc">
76            <primary sortas="b-dc">dc</primary>
77          </indexterm>
78        </listitem>
79      </varlistentry>
80
81    </variablelist>
82
83  </sect2>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.