source: xsoft/office/gnumeric.xml@ 52f6fa3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 52f6fa3 was 1e71a3a, checked in by Ken Moffat <ken@…>, 17 years ago

Update gnumeric, with its dependencies.

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

  • Property mode set to 100644
File size: 9.6 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.6/gnumeric-&gnumeric-version;.tar.bz2">
8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
9 <!ENTITY gnumeric-md5sum "a80ae52484b07d772297dcde6c0dab47">
10 <!ENTITY gnumeric-size "14.0 MB">
11 <!ENTITY gnumeric-buildsize "205.1 MB">
12 <!ENTITY gnumeric-time "2.6 SBU (includes creating HTML documentation)">
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 financial analysis.</para>
34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>Download (HTTP): <ulink url="&gnumeric-download-http;"/></para>
39 </listitem>
40 <listitem>
41 <para>Download (FTP): <ulink url="&gnumeric-download-ftp;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download MD5 sum: &gnumeric-md5sum;</para>
45 </listitem>
46 <listitem>
47 <para>Download size: &gnumeric-size;</para>
48 </listitem>
49 <listitem>
50 <para>Estimated disk space required: &gnumeric-buildsize;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated build time: &gnumeric-time;</para>
54 </listitem>
55 </itemizedlist>
56
57 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para role="required"><xref linkend="libgnomeprintui"/> and
61 <xref linkend="goffice"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="pygtk"/>,
65 <xref linkend="libgnomeui"/> (combined with the
66 <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
67 <xref linkend="libgsf"/> package will provide GNOME-2 support),
68 <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>*
69 (requires <ulink url="http://www.gnome-db.org/">libgda</ulink>),
70 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
71 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink>,
72 <ulink url="http://www.maemo.org/">Hildon</ulink>, and
73 <ulink url="http://packages.ubuntu.com/warty/libdevel/libgb-dev">Gnome
74 Basic</ulink> (this package is no longer under active development),
75 <ulink url="http://www.valgrind.org/">Valgrind</ulink> to run some of the
76 testsuite</para>
77
78 <para>* The
79 <application>libgda</application>/<application>libgnomedb</application>
80 stack required for <application>Gnumeric</application> database
81 access may conflict with the versions used by the
82 <xref linkend="abiword"/> database plugin. Though the libraries
83 themselves pose no conflict, the executables and support files will
84 overwrite one another. Note that the current (version 3.0.x) stack does not
85 pose a conflict with any of the previous versions (but does not support
86 <application>Gnumeric</application> or <application>AbiWord</application>
87 database access. <application>Gnumeric</application> requires versions
88 &gt;1.2.x and &lt;2.x.x (1.99.1 is known to work).</para>
89
90 <note>
91 <para>Though only a run-time dependency, if you don't install the
92 <xref linkend="yelp"/> package, the built-in help functionality in
93 <application>Gnumeric</application> will not be available.</para>
94 </note>
95
96 <para condition="html" role="usernotes">User Notes:
97 <ulink url="&blfs-wiki;/gnumeric"/></para>
98
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Gnumeric</title>
103
104 <para>Install <application>Gnumeric</application> by running the following
105 commands:</para>
106
107<screen><userinput>./configure --prefix=/usr \
108 --sysconfdir=&gnome-etc-dir; \
109 --localstatedir=/var/lib &amp;&amp;
110make</userinput></screen>
111
112 <para>This package requires that it is installed before the test suite is
113 run. The commands to run the tests are located a bit later in the
114 instructions.</para>
115
116 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
117
118<screen role='root'><userinput>make install &amp;&amp;</userinput></screen>
119
120 <para>If you have <xref linkend="gnome-doc-utils"/> installed you can
121 create an HTML version of the Help documentation by issuing the following
122 commands:</para>
123
124<screen><userinput>./configure \
125 --prefix=$(pkg-config --variable=prefix gnome-doc-utils) &amp;&amp;
126make -C doc html</userinput></screen>
127
128 <para>If you created the HTML documentation, install it by issuing the
129 following commands as the
130 <systemitem class="username">root</systemitem> user:</para>
131
132<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/figures/icons &amp;&amp;
133install -v -m644 doc/C/figures/*.png \
134 /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
135install -v -m644 doc/C/figures/icons/*.png \
136 /usr/share/doc/gnumeric-&gnumeric-version;/figures/icons &amp;&amp;
137install -v -m644 doc/C/html/* \
138 /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
139
140ln -v -s /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/images \
141 /usr/share/doc/gnumeric-&gnumeric-version;/stylesheet</userinput></screen>
142
143 <para>If you wish to install the Developer documentation, issue the
144 following commands as the
145 <systemitem class="username">root</systemitem> user:</para>
146
147<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
148install -v -m644 doc/developer/* \
149 /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
150
151rm -v /usr/share/doc/gnumeric-&gnumeric-version;/developer/Makefile*</userinput></screen>
152
153 </sect2>
154
155 <sect2 role="commands">
156 <title>Command Explanations</title>
157
158 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
159 href="../../xincludes/gnome-sysconfdir.xml"/>
160
161 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
162 href="../../xincludes/scrollkeeper-dir.xml"/>
163
164 <para><parameter>--prefix=$(pkg-config
165 --variable=prefix gnome-doc-utils)</parameter>:
166 This rebuilds the <filename>Makefile</filename>s with the same prefix used
167 in the <application>GNOME Doc Utils</application> installation.</para>
168
169 </sect2>
170
171 <sect2 role="testing">
172 <title>Testing gnumeric</title>
173
174 <para>If you wish to run the testuite, issue:</para>
175<screen><userinput>make check</userinput></screen>
176 <para>2 of the 7 tests appear to fail because the csv files they use are
177 missing, 2 others fail for unknown reasons.</para>
178
179 </sect2>
180
181 <sect2 role="content">
182 <title>Contents</title>
183
184 <segmentedlist>
185 <segtitle>Installed Programs</segtitle>
186 <segtitle>Installed Libraries</segtitle>
187 <segtitle>Installed Directories</segtitle>
188
189 <seglistitem>
190 <seg>gnumeric, gnumeric-&gnumeric-version;, ssconvert, and ssindex</seg>
191 <seg>ilibspreadsheet and numerous filters, plugins and <application>GNOME</application>
192 components</seg>
193 <seg>/usr/lib/gnumeric,
194 /usr/share/doc/gnumeric-&gnumeric-version;, and
195 /usr/share/{,gnome/help/, omf/, pixmaps/}gnumeric</seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="gnumeric-prog">
205 <term><command>gnumeric</command></term>
206 <listitem>
207 <para>is a symlink to
208 <command>gnumeric-&gnumeric-version;</command></para>
209 <indexterm zone="gnumeric gnumeric-prog">
210 <primary sortas="g-gnumeric">gnumeric</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="gnumeric-1">
216 <term><command>gnumeric-&gnumeric-version;</command></term>
217 <listitem>
218 <para>is <application>GNOME</application>'s spreadsheet
219 application.</para>
220 <indexterm zone="gnumeric gnumeric-1">
221 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 <varlistentry id="ssconvert">
227 <term><command>ssconvert</command></term>
228 <listitem>
229 <para>is a command line utility to convert spreadsheet files
230 between various spreadsheet file formats.</para>
231 <indexterm zone="gnumeric ssconvert">
232 <primary sortas="b-ssconvert">ssconvert</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 <varlistentry id="ssindex">
238 <term><command>ssindex</command></term>
239 <listitem>
240 <para>is a command line utility to generate index data for
241 spreadsheet files.</para>
242 <indexterm zone="gnumeric ssindex">
243 <primary sortas="b-ssindex">ssindex</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 </variablelist>
249
250 </sect2>
251
252</sect1>
Note: See TracBrowser for help on using the repository browser.