source: xsoft/office/gnumeric.xml@ d5c964ce

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 d5c964ce was be7d50e, checked in by Ken Moffat <ken@…>, 14 years ago

Update gnumeric/goffice/libgsf to current, clarify the libgnomedb/libgda deps [ I had believed this was no longer developed ] - remove reference to last known good version for abiword because not tested with 2.8, promote the core optional gnome deps for gnumeric to 'recommended for a gnome desktop' to clarify which are important, remove hildon from optional deps for gnumeric because we don't support hand-held devices.

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

  • Property mode set to 100644
File size: 8.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 <!ENTITY gnumeric-download-http "&gnome-download-http;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.bz2">
8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.bz2">
9 <!ENTITY gnumeric-md5sum "28933c7b1099329d28fdb2f3ce05030d">
10 <!ENTITY gnumeric-size "18.0 MB">
11 <!ENTITY gnumeric-buildsize "238 MB">
12 <!ENTITY gnumeric-time "2.7 SBU">
13]>
14
15<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
16 <?dbhtml filename="gnumeric.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gnumeric-&gnumeric-version;</title>
24
25 <indexterm zone="gnumeric">
26 <primary sortas="a-Gnumeric">Gnumeric</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gnumeric</title>
31
32 <para>The <application>Gnumeric</application> package contains a
33 spreadsheet program. This is useful for mathematical analysis.</para>
34
35 &lfs67_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gnumeric-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gnumeric-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gnumeric-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gnumeric-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gnumeric-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gnumeric-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required"><xref linkend="goffice"/> and
63 <xref linkend="libglade"/></para>
64
65 <bridgehead renderas="sect4">Recommended (for a gnome desktop)</bridgehead>
66 <para role="recommended"><xref linkend="GConf"/>,
67 <xref linkend="libgnomeui"/> (combined with the
68 <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
69 <xref linkend="libgsf"/> package.</para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para role="optional">
73 <ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
74 <ulink url="http://packages.ubuntu.com/warty/libdevel/libgb-dev">Gnome
75 Basic</ulink> (this package is no longer under active development),
76 <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>*
77 (requires <ulink url="http://www.gnome-db.org/">libgda</ulink>),
78 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
79 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
80 <xref linkend="pygtk"/>
81 </para>
82
83 <para>* The
84 <application>libgda</application>/<application>libgnomedb</application>
85 stack required for <application>Gnumeric</application> database
86 access may conflict with the versions used by the
87 <xref linkend="abiword"/> database plugin. Though the libraries
88 themselves pose no conflict, the executables and support files may
89 overwrite one another. Note that the current (version 4.1.x) stack does not
90 support <application>AbiWord</application> database access.</para>
91
92 <note>
93 <para>Though only a run-time dependency, if you don't install the
94 <xref linkend="yelp"/> package, the built-in help functionality in
95 <application>Gnumeric</application> will not be available.</para>
96 </note>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/gnumeric"/></para>
100
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Gnumeric</title>
105
106 <para>Install <application>Gnumeric</application> by running the following
107 commands:</para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --sysconfdir=&gnome-etc-dir; \
111 --localstatedir=/var/lib &amp;&amp;
112make</userinput></screen>
113
114 <para>This package requires that it is installed before the test suite is
115 run. The commands to run the tests are located a bit later in the
116 instructions. If you run the tests now, two will fail with obscure
117 messages about <literal>gconf</literal> (assuming that you installed
118 that dependancy).</para>
119
120 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
121
122<screen role='root'><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para><option>--enable-pdfdocs</option>: Use this switch if you have
130 installed dblatex and wish to create PDF docs.</para>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/gnome-sysconfdir.xml"/>
134
135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/scrollkeeper-dir.xml"/>
137
138 </sect2>
139
140 <sect2 role="testing">
141 <title>Testing gnumeric</title>
142
143 <para>If you wish to run the testuite, issue:</para>
144
145<screen><userinput>make check</userinput></screen>
146
147 <para>All 11 tests (if you have installed the recommended dependencies)
148 should pass (many tests are skipped because the xls files do not exist).</para>
149
150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Programs</segtitle>
157 <segtitle>Installed Libraries</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
161 <seg>gnumeric, gnumeric-&gnumeric-version;, ssconvert, ssgrep, and ssindex</seg>
162 <seg>libspreadsheet and numerous filters, plugins and
163 <application>GNOME</application> components</seg>
164 <seg>/usr/include/libspreadsheet-1.10,
165 /usr/lib/gnumeric,
166 /usr/share/{,gnome/help/}gnumeric</seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="gnumeric-prog">
176 <term><command>gnumeric</command></term>
177 <listitem>
178 <para>is a symlink to
179 <command>gnumeric-&gnumeric-version;</command></para>
180 <indexterm zone="gnumeric gnumeric-prog">
181 <primary sortas="g-gnumeric">gnumeric</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="gnumeric-1">
187 <term><command>gnumeric-&gnumeric-version;</command></term>
188 <listitem>
189 <para>is <application>GNOME</application>'s spreadsheet
190 application.</para>
191 <indexterm zone="gnumeric gnumeric-1">
192 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="ssconvert">
198 <term><command>ssconvert</command></term>
199 <listitem>
200 <para>is a command line utility to convert spreadsheet files
201 between various spreadsheet file formats.</para>
202 <indexterm zone="gnumeric ssconvert">
203 <primary sortas="b-ssconvert">ssconvert</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="ssgrep">
209 <term><command>ssgrep</command></term>
210 <listitem>
211 <para>is a command line utility to search spreadsheets for strings.</para>
212 <indexterm zone="gnumeric ssgrep">
213 <primary sortas="b-ssgrep">ssindex</primary>
214 </indexterm>
215 </listitem>
216 </varlistentry>
217
218 <varlistentry id="ssindex">
219 <term><command>ssindex</command></term>
220 <listitem>
221 <para>is a command line utility to generate index data for
222 spreadsheet files.</para>
223 <indexterm zone="gnumeric ssindex">
224 <primary sortas="b-ssindex">ssindex</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 </variablelist>
230
231 </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.