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

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

Move some packages to gnome/deprecated and begin the work for moving to gnome-3.2.2.

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

  • Property mode set to 100644
File size: 8.1 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 <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.gnome-db.org/">libgnomedb</ulink>*
76 (requires <ulink url="http://www.gnome-db.org/">libgda</ulink>),
77 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
78 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
79 <xref linkend="pygtk"/>
80 </para>
81
82 <para>* The
83 <application>libgda</application>/<application>libgnomedb</application>
84 stack required for <application>Gnumeric</application> database
85 access may conflict with the versions used by the
86 <xref linkend="abiword"/> database plugin. Though the libraries
87 themselves pose no conflict, the executables and support files may
88 overwrite one another. Note that the current (version 4.1.x) stack does not
89 support <application>AbiWord</application> database access.</para>
90
91 <note>
92 <para>Though only a run-time dependency, if you don't install the
93 <xref linkend="yelp"/> package, the built-in help functionality in
94 <application>Gnumeric</application> will not be available.</para>
95 </note>
96
97 <para condition="html" role="usernotes">User Notes:
98 <ulink url="&blfs-wiki;/gnumeric"/></para>
99
100 </sect2>
101
102 <sect2 role="installation">
103 <title>Installation of Gnumeric</title>
104
105 <para>Install <application>Gnumeric</application> by running the following
106 commands:</para>
107
108<screen><userinput>./configure --prefix=/usr \
109 --sysconfdir=&gnome-old-etc-dir; &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. If you run the tests now, two will fail with obscure
115 messages about <literal>gconf</literal> (assuming that you installed
116 that dependancy).</para>
117
118 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
119
120<screen role='root'><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para><option>--enable-pdfdocs</option>: Use this switch if you have
128 installed dblatex and wish to create PDF docs.</para>
129
130 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
131 href="../../xincludes/gnome-old-sysconfdir.xml"/>
132
133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134 href="../../xincludes/scrollkeeper-dir.xml"/>
135
136 </sect2>
137
138 <sect2 role="testing">
139 <title>Testing gnumeric</title>
140
141 <para>If you wish to run the testuite, issue:</para>
142
143<screen><userinput>make check</userinput></screen>
144
145 <para>All 11 tests (if you have installed the recommended dependencies)
146 should pass (many tests are skipped because the xls files do not exist).</para>
147
148 </sect2>
149
150 <sect2 role="content">
151 <title>Contents</title>
152
153 <segmentedlist>
154 <segtitle>Installed Programs</segtitle>
155 <segtitle>Installed Libraries</segtitle>
156 <segtitle>Installed Directories</segtitle>
157
158 <seglistitem>
159 <seg>gnumeric, gnumeric-&gnumeric-version;, ssconvert, ssgrep, and ssindex</seg>
160 <seg>libspreadsheet and numerous filters, plugins and
161 <application>GNOME</application> components</seg>
162 <seg>/usr/include/libspreadsheet-1.10,
163 /usr/lib/gnumeric,
164 /usr/share/{,gnome/help/}gnumeric</seg>
165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="gnumeric-prog">
174 <term><command>gnumeric</command></term>
175 <listitem>
176 <para>is a symlink to
177 <command>gnumeric-&gnumeric-version;</command></para>
178 <indexterm zone="gnumeric gnumeric-prog">
179 <primary sortas="g-gnumeric">gnumeric</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 <varlistentry id="gnumeric-1">
185 <term><command>gnumeric-&gnumeric-version;</command></term>
186 <listitem>
187 <para>is <application>GNOME</application>'s spreadsheet
188 application.</para>
189 <indexterm zone="gnumeric gnumeric-1">
190 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="ssconvert">
196 <term><command>ssconvert</command></term>
197 <listitem>
198 <para>is a command line utility to convert spreadsheet files
199 between various spreadsheet file formats.</para>
200 <indexterm zone="gnumeric ssconvert">
201 <primary sortas="b-ssconvert">ssconvert</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="ssgrep">
207 <term><command>ssgrep</command></term>
208 <listitem>
209 <para>is a command line utility to search spreadsheets for strings.</para>
210 <indexterm zone="gnumeric ssgrep">
211 <primary sortas="b-ssgrep">ssindex</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
216 <varlistentry id="ssindex">
217 <term><command>ssindex</command></term>
218 <listitem>
219 <para>is a command line utility to generate index data for
220 spreadsheet files.</para>
221 <indexterm zone="gnumeric ssindex">
222 <primary sortas="b-ssindex">ssindex</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
227 </variablelist>
228
229 </sect2>
230
231</sect1>
Note: See TracBrowser for help on using the repository browser.