source: xsoft/office/gnumeric.xml@ 4cca673

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 4cca673 was 4cca673, checked in by Andrew Benton <andy@…>, 18 years ago

Fixed bug 1729

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

  • Property mode set to 100644
File size: 7.7 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.6/gnumeric-&gnumeric-version;.tar.bz2">
8 <!ENTITY gnumeric-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-&gnumeric-version;.tar.bz2">
9 <!ENTITY gnumeric-md5sum "e6f769e4e74c29ffea0305d48691fe28">
10 <!ENTITY gnumeric-size "11.9 MB">
11 <!ENTITY gnumeric-buildsize "178 MB">
12 <!ENTITY gnumeric-time "2.0 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 <keywordset>
22 <keyword role="package">gnumeric-&gnumeric-version;.tar</keyword>
23 <keyword role="ftpdir">gnumeric</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Gnumeric-&gnumeric-version;</title>
28
29 <indexterm zone="gnumeric">
30 <primary sortas="a-Gnumeric">Gnumeric</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Gnumeric</title>
35
36 <para>The <application>Gnumeric</application> package contains a
37 spreadsheet program. This is useful for financial analysis.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&gnumeric-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&gnumeric-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &gnumeric-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &gnumeric-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &gnumeric-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &gnumeric-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Gnumeric Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Required</bridgehead>
64 <para role="required"><xref linkend="libgnomeprintui"/> and
65 <xref linkend="goffice"/></para>
66
67 <bridgehead renderas="sect4">Optional</bridgehead>
68 <para role="optional"><xref linkend="python"/>,
69 <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
70 <xref linkend="libgnomeui"/>, <xref linkend="gnome-doc-utils"/> (to
71 convert the help documentation into HTML),
72 <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
73 (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
74 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
75 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
76
77 <note>
78 <para>Though only a run-time dependency, if you don't install the
79 <xref linkend="yelp"/> package, the built-in help functionality in
80 <application>Gnumeric</application> will not be available.</para>
81 </note>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Gnumeric</title>
87
88 <para>Install <application>Gnumeric</application> by running the following
89 commands:</para>
90
91<screen><userinput>./configure --prefix=/usr \
92 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role='root'><userinput>make install</userinput></screen>
100
101 <para>If you have <xref linkend="gnome-doc-utils"/> installed, you can
102 convert the XML help files into HTML with the following command:</para>
103
104<screen><userinput>./configure \
105 --prefix=$(pkg-config --variable=prefix gnome-doc-utils) &amp;&amp;
106make -C doc html</userinput></screen>
107
108 <para>Now, as the <systemitem class="username">root</systemitem> user, install
109 the documentation files:</para>
110
111<screen role='root'><userinput>install -vdm 755 /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
112cp -v doc/C/html/* /usr/share/doc/gnumeric-&gnumeric-version;</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
120 <application>ScrollKeeper</application> files in
121 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
122 <filename class="directory">/usr/var/scrollkeeper</filename>. This
123 switch may not be applicable if you don't have <xref linkend="yelp"/>
124 installed, but won't affect the build otherwise.</para>
125
126 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
127 configuration files in <filename class="directory">/etc/gnome</filename>
128 instead of <filename class="directory">/usr/etc</filename>. This
129 switch may not be applicable if you don't have <xref linkend="GConf"/>
130 installed, but won't affect the build otherwise.</para>
131
132 <para><parameter>--prefix=$(pkg-config --variable=prefix gnome-doc-utils)</parameter>:
133 This rebuilds the <filename>Makefile</filename>s with the same prefix as
134 <application>gnome-doc-utils</application></para>
135
136 <para><parameter>make -C doc html</parameter>: This command runs
137 <command>make</command> in the <filename class="directory">doc</filename>
138 directory with html as the <filename>Makefile</filename> target.</para>
139
140 </sect2>
141
142 <sect2 role="content">
143 <title>Contents</title>
144
145 <segmentedlist>
146 <segtitle>Installed Programs</segtitle>
147 <segtitle>Installed Libraries</segtitle>
148 <segtitle>Installed Directories</segtitle>
149
150 <seglistitem>
151 <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
152 <seg>numerous filters, plugins and <application>GNOME</application>
153 components</seg>
154 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnumeric,
155 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
156 /usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
157 /usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
158 /usr/share/pixmaps/gnumeric</seg>
159 </seglistitem>
160 </segmentedlist>
161
162 <variablelist>
163 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
164 <?dbfo list-presentation="list"?>
165 <?dbhtml list-presentation="table"?>
166
167 <varlistentry id="gnumeric-prog">
168 <term><command>gnumeric</command></term>
169 <listitem>
170 <para>is a symlink to <command>gnumeric-&gnumeric-version;</command></para>
171 <indexterm zone="gnumeric gnumeric-prog">
172 <primary sortas="g-gnumeric">gnumeric</primary>
173 </indexterm>
174 </listitem>
175 </varlistentry>
176
177 <varlistentry id="gnumeric-1">
178 <term><command>gnumeric-&gnumeric-version;</command></term>
179 <listitem>
180 <para>is <application>GNOME</application>'s spreadsheet
181 application.</para>
182 <indexterm zone="gnumeric gnumeric-1">
183 <primary sortas="b-gnumeric-&gnumeric-version;">gnumeric-&gnumeric-version;</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="ssconvert">
189 <term><command>ssconvert</command></term>
190 <listitem>
191 <para>is a command line utility to convert spreadsheet files
192 between various spreadsheet file formats.</para>
193 <indexterm zone="gnumeric ssconvert">
194 <primary sortas="b-ssconvert">ssconvert</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 </variablelist>
200
201 </sect2>
202
203</sect1>
Note: See TracBrowser for help on using the repository browser.