source: xsoft/office/gnumeric.xml@ 8a4d6726

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 8a4d6726 was 8a4d6726, checked in by Ken Moffat <ken@…>, 12 years ago

Add libgda, with minor consequential changes to sqlite and gnumeric.

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

  • Property mode set to 100644
File size: 8.0 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.xz">
8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.10/gnumeric-&gnumeric-version;.tar.xz">
9 <!ENTITY gnumeric-md5sum "ee824d9656a271957d949b8769341f40">
10 <!ENTITY gnumeric-size "14.0 MB">
11 <!ENTITY gnumeric-buildsize "247 MB">
12 <!ENTITY gnumeric-time "2.6 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 &lfs70_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"/>,
63 <xref linkend="libglade"/> and
64 <xref linkend="rarian"/></para>
65
66 <bridgehead renderas="sect4">Optional</bridgehead>
67 <para role="optional">
68 <xref linkend="GConf"/>,
69 (<xref linkend="libgnomeui"/> with the
70 <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
71 <xref linkend="libgsf"/> package, for a GNOME-2 desktop),
72 <ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
73 <xref linkend="libgda"/>,
74 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
75 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
76 <xref linkend="pygtk"/>
77 </para>
78
79 <!-- gnumeric now uses current libgda, abiword would use ancient libgnomedb
80 and ancient libgda, so hopefully no conflict.
81 <para>* The
82 <application>libgda</application>/<application>libgnomedb</application>
83 stack required for <application>Gnumeric</application> database
84 access may conflict with the versions used by the
85 <xref linkend="abiword"/> database plugin. Though the libraries
86 themselves pose no conflict, the executables and support files may
87 overwrite one another. Note that the current (version 4.1.x) stack does not
88 support <application>AbiWord</application> database access.</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-old-etc-dir; &amp;&amp; \
109make</userinput></screen>
110
111 <para>This package requires that it is installed before the test suite is
112 run. The commands to run the tests are located a bit later in the
113 instructions. If you run the tests now, two will fail with obscure
114 messages about <literal>gconf</literal> (assuming that you installed
115 that dependancy).</para>
116
117 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
118
119<screen role='root'><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <para><option>--enable-pdfdocs</option>: Use this switch if you have
127 installed dblatex and wish to create PDF docs.</para>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/gnome-old-sysconfdir.xml"/>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/scrollkeeper-dir.xml"/>
134
135 </sect2>
136
137 <sect2 role="testing">
138 <title>Testing gnumeric</title>
139
140 <para>If you wish to run the testuite, issue:</para>
141
142<screen><userinput>make check</userinput></screen>
143
144 <para>All 11 tests (if you have installed the recommended dependencies)
145 should pass (many tests are skipped because the xls files do not exist).</para>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Programs</segtitle>
154 <segtitle>Installed Libraries</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>gnumeric, gnumeric-&gnumeric-version;, ssconvert, ssgrep, and ssindex</seg>
159 <seg>libspreadsheet and numerous filters, plugins and
160 <application>GNOME</application> components</seg>
161 <seg>/usr/include/libspreadsheet-1.10,
162 /usr/lib/gnumeric,
163 /usr/share/{,gnome/help/}gnumeric</seg>
164 </seglistitem>
165 </segmentedlist>
166
167 <variablelist>
168 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
169 <?dbfo list-presentation="list"?>
170 <?dbhtml list-presentation="table"?>
171
172 <varlistentry id="gnumeric-prog">
173 <term><command>gnumeric</command></term>
174 <listitem>
175 <para>is a symlink to
176 <command>gnumeric-&gnumeric-version;</command></para>
177 <indexterm zone="gnumeric gnumeric-prog">
178 <primary sortas="g-gnumeric">gnumeric</primary>
179 </indexterm>
180 </listitem>
181 </varlistentry>
182
183 <varlistentry id="gnumeric-1">
184 <term><command>gnumeric-&gnumeric-version;</command></term>
185 <listitem>
186 <para>is <application>GNOME</application>'s spreadsheet
187 application.</para>
188 <indexterm zone="gnumeric gnumeric-1">
189 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="ssconvert">
195 <term><command>ssconvert</command></term>
196 <listitem>
197 <para>is a command line utility to convert spreadsheet files
198 between various spreadsheet file formats.</para>
199 <indexterm zone="gnumeric ssconvert">
200 <primary sortas="b-ssconvert">ssconvert</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="ssgrep">
206 <term><command>ssgrep</command></term>
207 <listitem>
208 <para>is a command line utility to search spreadsheets for strings.</para>
209 <indexterm zone="gnumeric ssgrep">
210 <primary sortas="b-ssgrep">ssindex</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="ssindex">
216 <term><command>ssindex</command></term>
217 <listitem>
218 <para>is a command line utility to generate index data for
219 spreadsheet files.</para>
220 <indexterm zone="gnumeric ssindex">
221 <primary sortas="b-ssindex">ssindex</primary>
222 </indexterm>
223 </listitem>
224 </varlistentry>
225
226 </variablelist>
227
228 </sect2>
229
230</sect1>
Note: See TracBrowser for help on using the repository browser.