source: xsoft/office/gnumeric.xml@ 3d9e7a1

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 3d9e7a1 was 3d9e7a1, checked in by Randy McMurchy <randy@…>, 17 years ago

Minor modifications to the Gnumeric build instructions; added notes to the AbiWord and Gnumeric instructions that the versions of libgda/libgnomedb will conflict with each other

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

  • Property mode set to 100644
File size: 9.8 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 "78ffd75ae6abc3bb20dd04407a082a26">
10 <!ENTITY gnumeric-size "12.0 MB">
11 <!ENTITY gnumeric-buildsize "187.0 MB">
12 <!ENTITY gnumeric-time "2.8 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"/> (you must use a version of <ulink
62 url="&gnome-download-http;/goffice/0.2/">GOffice &lt;0.3.0</ulink>)</para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para role="optional"><ulink url="http://www.pygtk.org/">PyGTK</ulink>,
66 <xref linkend="libgnomeui"/> (combined with the
67 <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
68 <xref linkend="libgsf"/> package will provide GNOME-2 support),
69 <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>*
70 (requires <ulink url="http://www.gnome-db.org/">libgda</ulink>),
71 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
72 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink>,
73 <ulink url="http://www.maemo.org/">Hildon</ulink>, and
74 <ulink url="http://packages.ubuntu.com/warty/libdevel/libgb-dev">Gnome
75 Basic</ulink> (this package is no longer under active development)</para>
76
77 <para>* The
78 <application>libgda</application>/<application>libgnomedb</application>
79 stack required for <application>Gnumeric</application> database
80 access may conflict with the versions used by the
81 <xref linkend="abiword"/> database plugin. Though the libraries
82 themselves pose no conflict, the executables and support files will
83 overwrite one another. Note that the current (version 3.0.x) stack does not
84 pose a conflict with any of the previous versions (but does not support
85 <application>Gnumeric</application> or <application>AbiWord</application>
86 database access. <application>Gnumeric</application> requires versions
87 &gt;1.2.x and &lt;2.x.x (1.99.1 is known to work).</para>
88
89 <note>
90 <para>Though only a run-time dependency, if you don't install the
91 <xref linkend="yelp"/> package, the built-in help functionality in
92 <application>Gnumeric</application> will not be available.</para>
93 </note>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/gnumeric"/></para>
97
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Gnumeric</title>
102
103 <para>Install <application>Gnumeric</application> by running the following
104 commands:</para>
105
106<screen><userinput>./configure --prefix=/usr \
107 --sysconfdir=&gnome-etc-dir; \
108 --localstatedir=/var/lib &amp;&amp;
109make</userinput></screen>
110
111 <para>This package does not come with a test suite.</para>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role='root'><userinput>make install &amp;&amp;
116ln -v -s -f /usr/share/gnome/help/gnumeric \
117 /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
118
119 <para>If you have a <application>GNOME</application> installation in any
120 prefix other than <filename class='directory'>/usr</filename>, issue
121 the following commands as the <systemitem class="username">root</systemitem>
122 user to move the <application>Gnumeric</application> Bonobo component
123 description file into the <envar>$GNOME_PREFIX</envar> heirarchy and
124 then remove the unneeded directories:</para>
125
126<screen role='root'><userinput>mv -v /usr/lib/bonobo/servers/GNOME_Gnumeric.server \
127 $(pkg-config --variable=prefix ORBit-2.0)/lib/bonobo/servers &amp;&amp;
128rmdir -v /usr/lib/{bonobo/servers,bonobo}</userinput></screen>
129
130 <para>If you have <xref linkend="gnome-doc-utils"/> installed you can
131 create an HTML version of the Help documentation by issuing the following
132 commands:</para>
133
134<screen><userinput>./configure \
135 --prefix=$(pkg-config --variable=prefix gnome-doc-utils) &amp;&amp;
136make -C doc html</userinput></screen>
137
138 <para>If you created the HTML documentation, install it by issuing the
139 following commands as the
140 <systemitem class="username">root</systemitem> user:</para>
141
142<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
143install -v -m644 doc/C/figures/* \
144 /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
145install -v -m644 doc/C/html/* \
146 /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
147
148ln -v -s /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/images \
149 /usr/share/doc/gnumeric-&gnumeric-version;/stylesheet</userinput></screen>
150
151 <para>If you wish to install the Developer documentation, issue the
152 following commands as the
153 <systemitem class="username">root</systemitem> user:</para>
154
155<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
156install -v -m644 doc/developer/* \
157 /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
158
159rm -v /usr/share/doc/gnumeric-&gnumeric-version;/developer/Makefile*</userinput></screen>
160
161 </sect2>
162
163 <sect2 role="commands">
164 <title>Command Explanations</title>
165
166 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
167 href="../../xincludes/gnome-sysconfdir.xml"/>
168
169 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
170 href="../../xincludes/scrollkeeper-dir.xml"/>
171
172 <para><command>ln -v -s -f ...
173 /usr/share/gnumeric/&gnumeric-version;/doc</command>: There is a bug which
174 prevents the Help files from being properly displayed. The Help system
175 looks for the files in one location, but they are actually installed in
176 another. See
177 <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=330339"/>. Creating
178 the symbolic link works around this issue.</para>
179
180 <para><parameter>--prefix=$(pkg-config
181 --variable=prefix gnome-doc-utils)</parameter>:
182 This rebuilds the <filename>Makefile</filename>s with the same prefix used
183 in the <application>GNOME Doc Utils</application> installation.</para>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Programs</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
197 <seg>numerous filters, plugins and <application>GNOME</application>
198 components</seg>
199 <seg>/usr/lib/gnumeric,
200 /usr/share/doc/gnumeric-&gnumeric-version;, and
201 /usr/share/{{,gnome/help/, omf/, pixmaps/}gnumeric,mc}</seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="gnumeric-prog">
211 <term><command>gnumeric</command></term>
212 <listitem>
213 <para>is a symlink to
214 <command>gnumeric-&gnumeric-version;</command></para>
215 <indexterm zone="gnumeric gnumeric-prog">
216 <primary sortas="g-gnumeric">gnumeric</primary>
217 </indexterm>
218 </listitem>
219 </varlistentry>
220
221 <varlistentry id="gnumeric-1">
222 <term><command>gnumeric-&gnumeric-version;</command></term>
223 <listitem>
224 <para>is <application>GNOME</application>'s spreadsheet
225 application.</para>
226 <indexterm zone="gnumeric gnumeric-1">
227 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="ssconvert">
233 <term><command>ssconvert</command></term>
234 <listitem>
235 <para>is a command line utility to convert spreadsheet files
236 between various spreadsheet file formats.</para>
237 <indexterm zone="gnumeric ssconvert">
238 <primary sortas="b-ssconvert">ssconvert</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 </variablelist>
244
245 </sect2>
246
247</sect1>
Note: See TracBrowser for help on using the repository browser.