2004-06-15 08:20:58 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
2007-04-05 03:42:53 +08:00
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
2004-06-15 08:20:58 +08:00
|
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
2007-07-26 08:31:00 +08:00
|
|
|
<!ENTITY gcalctool-download-http "&gnome-download-http;/gcalctool/5.9/gcalctool-&gcalctool-version;.tar.bz2">
|
|
|
|
<!ENTITY gcalctool-download-ftp "&gnome-download-ftp;/gcalctool/5.9/gcalctool-&gcalctool-version;.tar.bz2">
|
2008-03-14 08:38:41 +08:00
|
|
|
<!ENTITY gcalctool-md5sum "dd51bc2fa9e53a3b6d7b3264e1059296">
|
|
|
|
<!ENTITY gcalctool-size "1.1 MB">
|
|
|
|
<!ENTITY gcalctool-buildsize "20 MB">
|
2005-10-12 23:01:56 +08:00
|
|
|
<!ENTITY gcalctool-time "0.2 SBU">
|
2004-06-15 08:20:58 +08:00
|
|
|
]>
|
|
|
|
|
2004-05-09 02:18:24 +08:00
|
|
|
<sect1 id="gcalctool" xreflabel="gcalctool-&gcalctool-version;">
|
2005-05-21 23:36:13 +08:00
|
|
|
<?dbhtml filename="gcalctool.html"?>
|
|
|
|
|
|
|
|
<sect1info>
|
|
|
|
<othername>$LastChangedBy$</othername>
|
|
|
|
<date>$Date$</date>
|
|
|
|
</sect1info>
|
|
|
|
|
|
|
|
<title>gcalctool-&gcalctool-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="gcalctool">
|
|
|
|
<primary sortas="a-gcalctool">gcalctool</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect2 role="package">
|
|
|
|
<title>Introduction to gcalctool</title>
|
|
|
|
|
|
|
|
<para><application>gcalctool</application> is a powerful graphical
|
|
|
|
calculator with financial, logical and scientific modes. It uses a
|
|
|
|
multiple precision package to do its arithmetic to give a high degree
|
|
|
|
of accuracy.</para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>Download (HTTP): <ulink url="&gcalctool-download-http;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download (FTP): <ulink url="&gcalctool-download-ftp;"/></para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download MD5 sum: &gcalctool-md5sum;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Download size: &gcalctool-size;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated disk space required: &gcalctool-buildsize;</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>Estimated build time: &gcalctool-time;</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect3">gcalctool Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
2005-12-06 04:26:32 +08:00
|
|
|
<para role="required"><xref linkend="libgnomeui"/> and
|
2006-06-24 07:48:21 +08:00
|
|
|
<xref linkend="gnome-doc-utils"/></para>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
|
|
<para role="optional"><xref linkend="intltool"/></para>
|
2005-05-21 23:36:13 +08:00
|
|
|
|
2006-04-11 02:36:24 +08:00
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
|
|
<ulink url="&blfs-wiki;/gcalctool"/></para>
|
|
|
|
|
2005-05-21 23:36:13 +08:00
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
|
<title>Installation of gcalctool</title>
|
|
|
|
|
|
|
|
<para>Install <application>gcalctool</application> by running the following
|
|
|
|
commands:</para>
|
|
|
|
|
2006-06-24 07:48:21 +08:00
|
|
|
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
2006-03-01 08:12:30 +08:00
|
|
|
--sysconfdir=&gnome-etc-dir; \
|
2006-06-27 03:00:09 +08:00
|
|
|
--localstatedir=/var/lib \
|
2006-07-10 08:55:54 +08:00
|
|
|
--mandir=$(pkg-config \
|
2006-06-27 03:00:09 +08:00
|
|
|
--variable=prefix ORBit-2.0)/share/man &&
|
2005-05-21 23:36:13 +08:00
|
|
|
make</userinput></screen>
|
|
|
|
|
|
|
|
<para>This package does not come with a test suite.</para>
|
|
|
|
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="commands">
|
|
|
|
<title>Command Explanations</title>
|
|
|
|
|
2006-06-27 03:00:09 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-prefix.xml"/>
|
2005-05-21 23:36:13 +08:00
|
|
|
|
2006-06-27 03:00:09 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-sysconfdir.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/scrollkeeper-dir.xml"/>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
|
|
|
href="../../xincludes/gnome-mandir.xml"/>
|
2005-05-21 23:36:13 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
<sect2 role="content">
|
|
|
|
<title>Contents</title>
|
|
|
|
|
|
|
|
<segmentedlist>
|
|
|
|
<segtitle>Installed Programs</segtitle>
|
|
|
|
<segtitle>Installed Libraries</segtitle>
|
|
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
|
|
|
|
<seglistitem>
|
|
|
|
<seg>gcalctool and gnome-calculator</seg>
|
|
|
|
<seg>None</seg>
|
2006-06-27 03:00:09 +08:00
|
|
|
<seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/,
|
|
|
|
omf/}gcalctool</seg>
|
2005-05-21 23:36:13 +08:00
|
|
|
</seglistitem>
|
|
|
|
</segmentedlist>
|
|
|
|
|
|
|
|
<variablelist>
|
|
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|
|
|
|
<varlistentry id="gcalctool-prog">
|
|
|
|
<term><command>gcalctool</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a desktop calculator for
|
|
|
|
<application>GNOME</application>.</para>
|
|
|
|
<indexterm zone="gcalctool gcalctool-prog">
|
|
|
|
<primary sortas="b-gcalctool">gcalctool</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
<varlistentry id="gnome-calculator">
|
|
|
|
<term><command>gnome-calculator</command></term>
|
|
|
|
<listitem>
|
|
|
|
<para>is a symlink to the <command>gcalctool</command>
|
|
|
|
program.</para>
|
|
|
|
<indexterm zone="gcalctool gnome-calculator">
|
|
|
|
<primary sortas="g-gnome-calculator">gnome-calculator</primary>
|
|
|
|
</indexterm>
|
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
|
|
|
|
</variablelist>
|
|
|
|
|
|
|
|
</sect2>
|
2004-05-09 02:18:24 +08:00
|
|
|
|
|
|
|
</sect1>
|