source: xsoft/office/gnumeric.xml@ ff3db85

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 ff3db85 was ff3db85, checked in by Krejzi <krejzi@…>, 11 years ago

libgsf 1.14.26, GOffice 0.10.0, Gnumeric 1.12.0

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

  • Property mode set to 100644
File size: 7.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.12/gnumeric-&gnumeric-version;.tar.xz">
8 <!ENTITY gnumeric-download-ftp "&gnome-download-ftp;/gnumeric/1.12/gnumeric-&gnumeric-version;.tar.xz">
9 <!ENTITY gnumeric-md5sum "3fd87cca95334b5d8ac922989670fe27">
10 <!ENTITY gnumeric-size "15 MB">
11 <!ENTITY gnumeric-buildsize "280 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>
33 The <application>Gnumeric</application> package contains a
34 spreadsheet program which is useful for mathematical analysis.
35 </para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&gnumeric-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&gnumeric-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &gnumeric-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &gnumeric-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &gnumeric-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &gnumeric-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="goffice010"/>
78 </para>
79
80 <bridgehead renderas="sect4">Optional</bridgehead>
81 <para role="optional">
82 <ulink url="http://dblatex.sourceforge.net/">dblatex (for PDF docs)</ulink>,
83 <xref linkend="gobject-introspection"/>,
84 <xref linkend="guile"/>,
85 <ulink url="http://www.gnome-db.org/">libgda</ulink>,
86 <ulink url="http://www.mono-project.com/">Mono</ulink>,
87 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
88 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink> and
89 <xref linkend="pygobject3"/>
90 </para>
91
92 <note>
93 <para>
94 Though only a run-time dependency, if you don't install the
95 <xref linkend="yelp"/> package, the built-in help functionality in
96 <application>Gnumeric</application> will not be available.
97 </para>
98 </note>
99
100 <para condition="html" role="usernotes">User Notes:
101 <ulink url="&blfs-wiki;/gnumeric"/>
102 </para>
103 </sect2>
104
105 <sect2 role="installation">
106 <title>Installation of Gnumeric</title>
107
108 <para>Install <application>Gnumeric</application> by running the following
109 commands:</para>
110
111<screen><userinput>./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 This package requires that it is installed before the test suite is run.
116 </para>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 <para>
125 To test the results, issue <command>make check</command>. All 13
126 tests should pass (many tests are skipped because the xls files
127 don't exist).
128 </para>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <option>--enable-pdfdocs</option>: Use this switch if you have
137 installed dblatex and wish to create PDF docs.
138 </para>
139
140 </sect2>
141
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Libraries</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>
153 gnumeric, gnumeric-&gnumeric-version;, ssconvert, ssgrep and ssindex
154 </seg>
155 <seg>
156 libspreadsheet.so
157 </seg>
158 <seg>
159 /usr/include/libspreadsheet-1.10,
160 /usr/lib/gnumeric,
161 /usr/lib/goffice/0.10/plugins/gnumeric,
162 /usr/share/gnome/help/gnumeric,
163 /usr/share/gnumeric and
164 /usr/share/omf/gnumeric
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="gnumeric-prog">
175 <term><command>gnumeric</command></term>
176 <listitem>
177 <para>
178 is a symlink to <command>gnumeric-&gnumeric-version;</command>.
179 </para>
180 <indexterm zone="gnumeric gnumeric-prog">
181 <primary sortas="b-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>
190 is <application>GNOME</application>'s spreadsheet application.
191 </para>
192 <indexterm zone="gnumeric gnumeric-1">
193 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 <varlistentry id="ssconvert">
199 <term><command>ssconvert</command></term>
200 <listitem>
201 <para>
202 is a command line utility to convert spreadsheet files
203 between various spreadsheet file formats.
204 </para>
205 <indexterm zone="gnumeric ssconvert">
206 <primary sortas="b-ssconvert">ssconvert</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="ssgrep">
212 <term><command>ssgrep</command></term>
213 <listitem>
214 <para>
215 is a command line utility to search spreadsheets for strings.
216 </para>
217 <indexterm zone="gnumeric ssgrep">
218 <primary sortas="b-ssgrep">ssindex</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="ssindex">
224 <term><command>ssindex</command></term>
225 <listitem>
226 <para>
227 is a command line utility to generate index data for
228 spreadsheet files.
229 </para>
230 <indexterm zone="gnumeric ssindex">
231 <primary sortas="b-ssindex">ssindex</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.