mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
eec1fd725a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11819 af4574ff-66df-0310-9fd7-8a98e5e911e0
248 lines
7.3 KiB
XML
248 lines
7.3 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.12/gnumeric-&gnumeric-version;.tar.xz">
|
|
<!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
|
|
<!ENTITY gnumeric-md5sum "31c8cc37a7cfc571a1aa84437bf36b21">
|
|
<!ENTITY gnumeric-size "15 MB">
|
|
<!ENTITY gnumeric-buildsize "270 MB">
|
|
<!ENTITY gnumeric-time "1.7 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 which is useful for mathematical analysis.
|
|
</para>
|
|
|
|
&lfs74_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="goffice010"/> and
|
|
<xref linkend="rarian"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
|
|
<xref linkend="gobject-introspection"/>,
|
|
<xref linkend="guile"/>,
|
|
<ulink url="http://www.gnome-db.org/">libgda</ulink>,
|
|
<ulink url="http://www.mono-project.com/">Mono</ulink>,
|
|
<ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
|
|
<ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
|
|
<xref linkend="pygobject3"/>
|
|
</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>sed -e "s@zz-application/zz-winassoc-xls;@@" -i gnumeric.desktop.in &&
|
|
./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
This package requires that it is installed before the test suite is run.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
If you wish to test the results, issue <command>make check</command>.
|
|
9 of the 14 tests will fail for various reasons, many more will
|
|
be skipped because the xls files don't exist.
|
|
</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<para>
|
|
<command>sed -e "s@zz-application/zz-winassoc-xls;@@" ...</command>: This
|
|
sed removes invalid mime type from the .desktop file.
|
|
</para>
|
|
|
|
<para>
|
|
<option>--enable-pdfdocs</option>: Use this switch if you have
|
|
installed dblatex and wish to create PDF docs.
|
|
</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.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libspreadsheet-1.10,
|
|
/usr/lib/gnumeric,
|
|
/usr/lib/goffice/0.10/plugins/gnumeric,
|
|
/usr/share/gnome/help/gnumeric,
|
|
/usr/share/gnumeric and
|
|
/usr/share/omf/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="b-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>
|