source: xsoft/office/gnumeric.xml@ bccbdaea

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 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 bccbdaea was bccbdaea, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Trailing spaces clean-up. Basicnet, book, and general parts.

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

  • Property mode set to 100644
File size: 7.8 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gnumeric-download-http "http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
8 <!ENTITY gnumeric-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-&gnumeric-version;.tar.bz2">
9 <!ENTITY gnumeric-md5sum "b684eec48b1696d7a8d7152d1e17741c">
10 <!ENTITY gnumeric-size "13.7 MB">
11 <!ENTITY gnumeric-buildsize "223 MB">
12 <!ENTITY gnumeric-time "2.5 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 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">Additional Downloads</bridgehead>
58 <itemizedlist spacing="compact">
59 <listitem>
60 <para>Required patch: <ulink
61 url="&patch-root;/gnumeric-&gnumeric-version;-libgsf-1.patch"/></para>
62 </listitem>
63 </itemizedlist>
64
65 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
66
67 <bridgehead renderas="sect4">Required</bridgehead>
68 <para><xref linkend="libgnomeprintui"/> and
69 <xref linkend="libgsf"/></para>
70
71 <bridgehead renderas="sect4">Optional</bridgehead>
72 <para><xref linkend="libgnomeui"/>,
73 <xref linkend="python"/>,
74 <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
75 <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
76 (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
77 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
78 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></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 </sect2>
87
88 <sect2 role="installation">
89 <title>Installation of Gnumeric</title>
90
91 <para>Install <application>Gnumeric</application> by running the following
92 commands:</para>
93
94<screen><userinput>sed -i 's/perl_msg=no/perl_msg="yes"/' configure &amp;&amp;
95patch -Np1 -i ../gnumeric-&gnumeric-version;-libgsf-1.patch &amp;&amp;
96./configure --prefix=/usr --without-gnome \
97 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
98make</userinput></screen>
99
100 <para>This package does not come with a test suite.</para>
101
102 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
103
104<screen role='root'><userinput>make install</userinput></screen>
105
106 <para>If desired, install the developer documentation using the
107 following commands:</para>
108
109<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
110install -v -m644 doc/developer/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
111rm -v /usr/share/doc/gnumeric-&gnumeric-version;/Makefile*</userinput></screen>
112
113 </sect2>
114
115 <sect2 role="commands">
116 <title>Command Explanations</title>
117
118 <para><command>sed -i 's/perl_msg=no/perl_msg="yes"/' configure</command>:
119 A default LFS installation includes the <application>Perl</application>
120 package and the <application>Perl</application> discovery used by the
121 <command>configure</command> script does not work properly. This command
122 changes the default to build the <application>Perl</application> plugin
123 module.</para>
124
125 <para><parameter>--without-gnome</parameter>: This switch prevents the
126 build from looking for the <application>GNOME</application> session
127 related components. Remove this switch if you have a
128 <application>GNOME</application> desktop or even just
129 <xref linkend="libgnomeui"/> installed.</para>
130
131 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
132 <application>ScrollKeeper</application> files in
133 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
134 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>. This
135 switch may not be applicable if you don't have <xref linkend="yelp"/>
136 installed, but won't affect the build otherwise.</para>
137
138 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
139 configuration files in <filename class="directory">/etc/gnome</filename>
140 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
141 switch may not be applicable if you don't have <xref linkend="GConf"/>
142 installed, but won't affect the build otherwise.</para>
143
144 </sect2>
145
146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
152 <segtitle>Installed Directories</segtitle>
153
154 <seglistitem>
155 <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
156 <seg>numerous filters, plugins and <application>GNOME</application>
157 components</seg>
158 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnumeric,
159 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
160 /usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
161 /usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
162 /usr/share/pixmaps/gnumeric</seg>
163 </seglistitem>
164 </segmentedlist>
165
166 <variablelist>
167 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
168 <?dbfo list-presentation="list"?>
169 <?dbhtml list-presentation="table"?>
170
171 <varlistentry id="gnumeric-prog">
172 <term><command>gnumeric</command></term>
173 <listitem>
174 <para>is a symlink to <command>gnumeric-1.4.1</command></para>
175 <indexterm zone="gnumeric gnumeric-prog">
176 <primary sortas="g-gnumeric">gnumeric</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 <varlistentry id="gnumeric-1">
182 <term><command>gnumeric-1.4.1</command></term>
183 <listitem>
184 <para>is <application>GNOME</application>'s spreadsheet
185 application.</para>
186 <indexterm zone="gnumeric gnumeric-1">
187 <primary sortas="b-gnumeric-1.4.1">gnumeric-1.4.1</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
192 <varlistentry id="ssconvert">
193 <term><command>ssconvert</command></term>
194 <listitem>
195 <para>is a command line utility to convert spreadsheet files
196 between various spreadsheet file formats.</para>
197 <indexterm zone="gnumeric ssconvert">
198 <primary sortas="b-ssconvert">ssconvert</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect2>
206
207</sect1>
Note: See TracBrowser for help on using the repository browser.