source: xsoft/office/gnumeric.xml@ 955b4f46

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.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 955b4f46 was 955b4f46, checked in by Randy McMurchy <randy@…>, 19 years ago

Corrected typo in Gnumeric instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4562 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.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 "216 MB">
12 <!ENTITY gnumeric-time "2.4 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">Gnumeric Dependencies</bridgehead>
58
59 <bridgehead renderas="sect4">Required</bridgehead>
60 <para><xref linkend="libgnomeprintui"/> and
61 <xref linkend="libgsf"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para><xref linkend="libgnomeui"/>,
65 <xref linkend="python"/>,
66 <ulink url="http://www.pygtk.org/">PyGTK</ulink>,
67 <ulink url="http://www.gnome-db.org/download.php">libgnomedb</ulink>
68 (requires <ulink url="http://www.gnome-db.org/download.php">libgda</ulink>),
69 <ulink url="http://pxlib.sourceforge.net/">pxlib</ulink> and
70 <ulink url="http://www.frodol.dds.nl/psiconv/index.html">Psiconv</ulink></para>
71
72 <note>
73 <para>Though only a run-time dependency, if you don't install the
74 <xref linkend="yelp"/> package, the built-in help functionality in
75 <application>Gnumeric</application> will not be available.</para>
76 </note>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Gnumeric</title>
82
83 <para>Install <application>Gnumeric</application> by running the following
84 commands:</para>
85
86<screen><userinput>./configure --prefix=/usr --without-gnome \
87 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
88make</userinput></screen>
89
90 <para>This package does not come with a test suite.</para>
91
92 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
93
94<screen role='root'><userinput>make install</userinput></screen>
95
96 <para>If desired, install the developer documentation using the
97 following commands:</para>
98
99<screen role='root'><userinput>install -v -m755 -d /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
100install -v -m644 doc/developer/* /usr/share/doc/gnumeric-&gnumeric-version; &amp;&amp;
101rm -v /usr/share/doc/gnumeric-&gnumeric-version;/Makefile*</userinput></screen>
102
103 </sect2>
104
105 <sect2 role="commands">
106 <title>Command Explanations</title>
107
108 <para><parameter>--without-gnome</parameter>: This switch prevents the
109 build from looking for the <application>GNOME</application> session
110 related components. Remove this switch if you have a
111 <application>GNOME</application> desktop or even just
112 <xref linkend="libgnomeui"/> installed.</para>
113
114 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
115 <application>ScrollKeeper</application> files in
116 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
117 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>. This
118 switch may not be applicable if you don't have <xref linkend="yelp"/>
119 installed, but won't affect the build otherwise.</para>
120
121 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
122 configuration files in <filename class="directory">/etc/gnome</filename>
123 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>. This
124 switch may not be applicable if you don't have <xref linkend="GConf"/>
125 installed, but won't affect the build otherwise.</para>
126
127 </sect2>
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Libraries</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>gnumeric, gnumeric-&gnumeric-version;, and ssconvert</seg>
139 <seg>numerous filters, plugins and <application>GNOME</application>
140 components</seg>
141 <seg>/etc/gnome/gconf/gconf.xml.defaults/apps/gnumeric,
142 /etc/gnome/gconf/gconf.xml.defaults/schemas/apps/gnumeric,
143 /usr/lib/gnumeric, /usr/share/doc/gnumeric-&gnumeric-version;,
144 /usr/share/gnumeric, /usr/share/mc, /usr/share/omf/gnumeric and
145 /usr/share/pixmaps/gnumeric</seg>
146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="gnumeric-prog">
155 <term><command>gnumeric</command></term>
156 <listitem>
157 <para>is a symlink to <command>gnumeric-1.4.1</command></para>
158 <indexterm zone="gnumeric gnumeric-prog">
159 <primary sortas="g-gnumeric">gnumeric</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="gnumeric-1">
165 <term><command>gnumeric-1.4.1</command></term>
166 <listitem>
167 <para>is <application>GNOME</application>'s spreadsheet
168 application.</para>
169 <indexterm zone="gnumeric gnumeric-1">
170 <primary sortas="b-gnumeric-1.4.1">gnumeric-1.4.1</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="ssconvert">
176 <term><command>ssconvert</command></term>
177 <listitem>
178 <para>is a command line utility to convert spreadsheet files
179 between various spreadsheet file formats.</para>
180 <indexterm zone="gnumeric ssconvert">
181 <primary sortas="b-ssconvert">ssconvert</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 </variablelist>
187
188 </sect2>
189
190</sect1>
Note: See TracBrowser for help on using the repository browser.