source: xsoft/office/gnumeric.xml@ 1f9a8cfc

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 1f9a8cfc was 1f9a8cfc, checked in by Randy McMurchy <randy@…>, 17 years ago

Noted in the Gnumeric instructions that GOffice must be version <0.3.0

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

  • Property mode set to 100644
File size: 9.2 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"><xref linkend="python"/>,
66 <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
67 <xref linkend="libgnomeui"/> (combined with the
68 <filename class='libraryfile'>libgsf-gnome-1</filename> library from the
69 <xref linkend="libgsf"/> package will provide GNOME-2 support),
70 <xref linkend="gnome-doc-utils"/> (to convert the XML help documentation
71 into HTML),
72 <ulink url="http://www.gnome-db.org/">libgnomedb</ulink>
73 (requires <ulink url="http://www.gnome-db.org/">libgda</ulink>),
74 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink>,
75 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink>,
76 <ulink url="http://www.maemo.org/">Hildon</ulink>, and
77 <ulink url="http://packages.ubuntu.com/warty/libdevel/libgb-dev">Gnome
78 Basic</ulink> (this package is no longer under active development)</para>
79
80 <note>
81 <para>Though only a run-time dependency, if you don't install the
82 <xref linkend="yelp"/> package, the built-in help functionality in
83 <application>Gnumeric</application> will not be available.</para>
84 </note>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/gnumeric"/></para>
88
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of Gnumeric</title>
93
94 <para>Install <application>Gnumeric</application> by running the following
95 commands:</para>
96
97<screen><userinput>./configure --prefix=/usr \
98 --sysconfdir=&gnome-etc-dir; \
99 --localstatedir=/var/lib &amp;&amp;
100make</userinput></screen>
101
102 <para>This package does not come with a test suite.</para>
103
104 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
105
106<screen role='root'><userinput>make install</userinput></screen>
107
108 <para>There is a bug in the program. The help system looks for the docs in
109 one location, but they are actually installed in the wrong place. See
110 <ulink url="http://bugzilla.gnome.org/show_bug.cgi?id=330339"/>. If you have
111 <xref linkend="yelp"/> installed and would like to be able to use it to view
112 the help documentation from within <application>Gnumeric</application>, work
113 around the problem by creating a symbolic link. As
114 <systemitem class="username">root</systemitem>:</para>
115
116<screen role='root'><userinput>ln -vsf /usr/share/gnome/help/gnumeric \
117 /usr/share/gnumeric/&gnumeric-version;/doc</userinput></screen>
118
119 <para>If you have GNOME installed in a prefix other than /usr, as the
120 <systemitem class="username">root</systemitem> user create the
121 following symlink for the <application>Gnumeric</application>
122 <application>Bonobo</application> server file:</para>
123
124<screen role='root'><userinput>ln -v -s /usr/lib/bonobo/servers/GNOME_Gnumeric.server \
125 $(pkg-config --variable=prefix ORBit-2.0)/lib/bonobo/servers</userinput></screen>
126
127 <para>If you have <xref linkend="gnome-doc-utils"/> installed you can
128 convert the XML help files into HTML by issuing the following commands:</para>
129
130<screen><userinput>./configure \
131 --prefix=$(pkg-config --variable=prefix gnome-doc-utils) &amp;&amp;
132make -C doc html</userinput></screen>
133
134 <para>Now, as the <systemitem class="username">root</systemitem> user,
135 install the documentation files:</para>
136
137<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
138install -v -m644 doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
139install -v -m644 doc/C/figures/* \
140 /usr/share/doc/gnumeric-&gnumeric-version;/figures &amp;&amp;
141ln -v -s /usr/share/xml/docbook/xsl-stylesheets-&docbook-xsl-version;/images \
142 /usr/share/doc/gnumeric-&gnumeric-version;/stylesheet</userinput></screen>
143
144 <para>If you wish to install the Developer documentation, issue the
145 following commands as the
146 <systemitem class="username">root</systemitem> user:</para>
147
148<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
149install -v -m644 doc/developer/* \
150 /usr/share/doc/gnumeric-&gnumeric-version;/developer &amp;&amp;
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 as
167 <application>GNOME Doc Utils</application></para>
168
169 <para><command>make -C doc html</command>: This command runs
170 <command>make</command> in the <filename class="directory">doc</filename>
171 directory with html as the <filename>Makefile</filename> target.</para>
172
173 </sect2>
174
175 <sect2 role="content">
176 <title>Contents</title>
177
178 <segmentedlist>
179 <segtitle>Installed Programs</segtitle>
180 <segtitle>Installed Libraries</segtitle>
181 <segtitle>Installed Directories</segtitle>
182
183 <seglistitem>
184 <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
185 <seg>numerous filters, plugins and <application>GNOME</application>
186 components</seg>
187 <seg>/usr/lib/gnumeric,
188 /usr/share/doc/gnumeric-&gnumeric-version;, and
189 /usr/share/{{,gnome/help/, omf/, pixmaps/}gnumeric,mc}</seg>
190 </seglistitem>
191 </segmentedlist>
192
193 <variablelist>
194 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
195 <?dbfo list-presentation="list"?>
196 <?dbhtml list-presentation="table"?>
197
198 <varlistentry id="gnumeric-prog">
199 <term><command>gnumeric</command></term>
200 <listitem>
201 <para>is a symlink to
202 <command>gnumeric-&gnumeric-version;</command></para>
203 <indexterm zone="gnumeric gnumeric-prog">
204 <primary sortas="g-gnumeric">gnumeric</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="gnumeric-1">
210 <term><command>gnumeric-&gnumeric-version;</command></term>
211 <listitem>
212 <para>is <application>GNOME</application>'s spreadsheet
213 application.</para>
214 <indexterm zone="gnumeric gnumeric-1">
215 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="ssconvert">
221 <term><command>ssconvert</command></term>
222 <listitem>
223 <para>is a command line utility to convert spreadsheet files
224 between various spreadsheet file formats.</para>
225 <indexterm zone="gnumeric ssconvert">
226 <primary sortas="b-ssconvert">ssconvert</primary>
227 </indexterm>
228 </listitem>
229 </varlistentry>
230
231 </variablelist>
232
233 </sect2>
234
235</sect1>
Note: See TracBrowser for help on using the repository browser.