source: general/genutils/bc.xml@ 52d29f7

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 52d29f7 was 52d29f7, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Updates to Part III from DJ

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2304 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY bc-download-http "http://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
8<!ENTITY bc-download-ftp "ftp://ftp.gnu.org/gnu/bc/bc-&bc-version;.tar.gz">
9<!ENTITY bc-size "280 KB">
10<!ENTITY bc-buildsize "1.6 MB">
11<!ENTITY bc-time "0.07 SBU">
12
13]>
14
15<sect1 id="bc" xreflabel="bc-&bc-version;">
16<?dbhtml filename="bc.html"?>
17<title>bc-&bc-version;</title>
18
19<sect2>
20<title>Introduction to <application>bc</application></title>
21
22<para>The <application>bc</application> package contains
23an arbitrary precision numeric processing language.</para>
24
25<sect3><title>Package information</title>
26<itemizedlist spacing='compact'>
27<listitem><para>Download (HTTP): <ulink
28url="&bc-download-http;"/></para></listitem>
29<listitem><para>Download (FTP): <ulink
30url="&bc-download-ftp;"/></para></listitem>
31<listitem><para>Download size: &bc-size;</para></listitem>
32<listitem><para>Estimated Disk space required:
33&bc-buildsize;</para></listitem>
34<listitem><para>Estimated build time:
35&bc-time;</para></listitem></itemizedlist>
36</sect3>
37
38<sect3><title>Additional downloads</title>
39<itemizedlist spacing='compact'>
40<listitem><para>Required Patch: <ulink
41url="&patch-root;/bc-1.06-flex_invocation-1.patch"/></para></listitem>
42<listitem><para>Required Patch: <ulink
43url="&patch-root;/bc-1.06-readline-1.patch"/></para></listitem>
44</itemizedlist></sect3>
45
46<sect3><title><application>bc</application> dependencies</title>
47<sect4><title>Required</title>
48<para><xref linkend="readline"/></para></sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <command>bc</command></title>
55
56<para>Install <command>bc</command> by running the following commands:</para>
57
58<screen><userinput><command>patch -Np1 -i ../bc-1.06-flex_invocation-1.patch &amp;&amp;
59patch -Np1 -i ../bc-1.06-readline-1.patch &amp;&amp;
60./configure --prefix=/usr --with-readline &amp;&amp;
61make &amp;&amp;
62make install</command></userinput></screen>
63
64</sect2>
65
66<sect2>
67<title>Contents</title>
68
69<para>The <application>bc</application> package contains
70<command>bc</command> and
71<command>dc</command>.</para>
72
73</sect2>
74
75<sect2><title>Description</title>
76
77<sect3><title>bc</title>
78<para><command>bc</command> is a calculator.</para></sect3>
79
80<sect3><title>dc</title>
81<para><command>dc</command> is a reverse-polish calculator.</para></sect3>
82
83</sect2>
84
85</sect1>
86
87<!-- Old Stuff
88<sect1 id="bc" xreflabel="bc-&bc-version;">
89<?dbhtml filename="bc.html"?>
90<title>bc-&bc-version;</title>
91
92&bc-intro;
93&bc-inst;
94&bc-desc;
95
96</sect1>
97-->
Note: See TracBrowser for help on using the repository browser.