mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
8a4d6726fb
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9496 af4574ff-66df-0310-9fd7-8a98e5e911e0
231 lines
8.0 KiB
XML
231 lines
8.0 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.xz">
|
|
<!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.xz">
|
|
<!ENTITY gnumeric-md5sum "ee824d9656a271957d949b8769341f40">
|
|
<!ENTITY gnumeric-size "14.0 MB">
|
|
<!ENTITY gnumeric-buildsize "247 MB">
|
|
<!ENTITY gnumeric-time "2.6 SBU">
|
|
]>
|
|
|
|
<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
|
|
<?dbhtml filename="gnumeric.html" ?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Gnumeric-&gnumeric-version;</title>
|
|
|
|
<indexterm zone="gnumeric">
|
|
<primary sortas="a-Gnumeric">Gnumeric</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Gnumeric</title>
|
|
|
|
<para>The <application>Gnumeric</application> package contains a
|
|
spreadsheet program. This is useful for mathematical analysis.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&gnumeric-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&gnumeric-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &gnumeric-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &gnumeric-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &gnumeric-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &gnumeric-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required"><xref linkend="goffice"/>,
|
|
<xref linkend="libglade"/> and
|
|
<xref linkend="rarian"/></para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="GConf"/>,
|
|
(<xref linkend="libgnomeui"/> with the
|
|
<filename class='libraryfile'>libgsf-gnome-1</filename> library from the
|
|
<xref linkend="libgsf"/> package, for a GNOME-2 desktop),
|
|
<ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
|
|
<xref linkend="libgda"/>,
|
|
<ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
|
|
<ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
|
|
<xref linkend="pygtk"/>
|
|
</para>
|
|
|
|
<!-- gnumeric now uses current libgda, abiword would use ancient libgnomedb
|
|
and ancient libgda, so hopefully no conflict.
|
|
<para>* The
|
|
<application>libgda</application>/<application>libgnomedb</application>
|
|
stack required for <application>Gnumeric</application> database
|
|
access may conflict with the versions used by the
|
|
<xref linkend="abiword"/> database plugin. Though the libraries
|
|
themselves pose no conflict, the executables and support files may
|
|
overwrite one another. Note that the current (version 4.1.x) stack does not
|
|
support <application>AbiWord</application> database access.</para>-->
|
|
|
|
<note>
|
|
<para>Though only a run-time dependency, if you don't install the
|
|
<xref linkend="yelp"/> package, the built-in help functionality in
|
|
<application>Gnumeric</application> will not be available.</para>
|
|
</note>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/gnumeric"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Gnumeric</title>
|
|
|
|
<para>Install <application>Gnumeric</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr \
|
|
--sysconfdir=&gnome-old-etc-dir; && \
|
|
make</userinput></screen>
|
|
|
|
<para>This package requires that it is installed before the test suite is
|
|
run. The commands to run the tests are located a bit later in the
|
|
instructions. If you run the tests now, two will fail with obscure
|
|
messages about <literal>gconf</literal> (assuming that you installed
|
|
that dependancy).</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>
|
|
|
|
<para><option>--enable-pdfdocs</option>: Use this switch if you have
|
|
installed dblatex and wish to create PDF docs.</para>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/gnome-old-sysconfdir.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/scrollkeeper-dir.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="testing">
|
|
<title>Testing gnumeric</title>
|
|
|
|
<para>If you wish to run the testuite, issue:</para>
|
|
|
|
<screen><userinput>make check</userinput></screen>
|
|
|
|
<para>All 11 tests (if you have installed the recommended dependencies)
|
|
should pass (many tests are skipped because the xls files do not exist).</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>gnumeric, gnumeric-&gnumeric-version;, ssconvert, ssgrep, and ssindex</seg>
|
|
<seg>libspreadsheet and numerous filters, plugins and
|
|
<application>GNOME</application> components</seg>
|
|
<seg>/usr/include/libspreadsheet-1.10,
|
|
/usr/lib/gnumeric,
|
|
/usr/share/{,gnome/help/}gnumeric</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="gnumeric-prog">
|
|
<term><command>gnumeric</command></term>
|
|
<listitem>
|
|
<para>is a symlink to
|
|
<command>gnumeric-&gnumeric-version;</command></para>
|
|
<indexterm zone="gnumeric gnumeric-prog">
|
|
<primary sortas="g-gnumeric">gnumeric</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="gnumeric-1">
|
|
<term><command>gnumeric-&gnumeric-version;</command></term>
|
|
<listitem>
|
|
<para>is <application>GNOME</application>'s spreadsheet
|
|
application.</para>
|
|
<indexterm zone="gnumeric gnumeric-1">
|
|
<primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ssconvert">
|
|
<term><command>ssconvert</command></term>
|
|
<listitem>
|
|
<para>is a command line utility to convert spreadsheet files
|
|
between various spreadsheet file formats.</para>
|
|
<indexterm zone="gnumeric ssconvert">
|
|
<primary sortas="b-ssconvert">ssconvert</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ssgrep">
|
|
<term><command>ssgrep</command></term>
|
|
<listitem>
|
|
<para>is a command line utility to search spreadsheets for strings.</para>
|
|
<indexterm zone="gnumeric ssgrep">
|
|
<primary sortas="b-ssgrep">ssindex</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="ssindex">
|
|
<term><command>ssindex</command></term>
|
|
<listitem>
|
|
<para>is a command line utility to generate index data for
|
|
spreadsheet files.</para>
|
|
<indexterm zone="gnumeric ssindex">
|
|
<primary sortas="b-ssindex">ssindex</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|