source: xsoft/office/gnumeric.xml@ 1897050e

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 1897050e was 1897050e, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged gnumeric.xml

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

  • Property mode set to 100644
File size: 5.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 "bc60b5c342908e969b320ab833e6b151">
10 <!ENTITY gnumeric-size "16.8 MB">
11 <!ENTITY gnumeric-buildsize "206 MB">
12 <!ENTITY gnumeric-time "2.46 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="libgnomeui"/> then
61 <xref linkend="libgnomeprintui"/> and
62 <xref linkend="libgsf"/></para>
63
64 <bridgehead renderas="sect4">Optional</bridgehead>
65 <para><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 </sect2>
73
74 <sect2 role="installation">
75 <title>Installation of Gnumeric</title>
76
77 <para>Install <application>Gnumeric</application> by running the following
78 commands:</para>
79
80<screen><userinput>./configure --prefix=$GNOME_PREFIX \
81 --localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
82make &amp;&amp;
83make install &amp;&amp;
84ln -v -s $GNOME_PREFIX/share/gnome/help/gnumeric \
85 $GNOME_PREFIX/share/gnumeric/1.4.1/doc</userinput></screen>
86
87 </sect2>
88
89 <sect2 role="commands">
90 <title>Command Explanations</title>
91
92 <para><parameter>--localstatedir=/var/lib</parameter>: This switch puts
93 <application>ScrollKeeper</application> files in
94 <filename class="directory">/var/lib/scrollkeeper</filename> instead of
95 <filename class="directory">$GNOME_PREFIX/var/scrollkeeper</filename>.</para>
96
97 <para><parameter>--sysconfdir=/etc/gnome</parameter>: This switch puts
98 configuration files in <filename class="directory">/etc/gnome</filename>
99 instead of <filename class="directory">$GNOME_PREFIX/etc</filename>.</para>
100
101 <para><command>ln -v -s ...</command>: There's a <ulink
102 url="http://bugzilla.gnome.org/show_bug.cgi?id=161404">bug</ulink> in the
103 program that calls <application>Yelp</application> from the main menu
104 causing the help function to be unavailable. Creating this symlink allows
105 <application>Yelp</application> to find the help files.</para>
106
107 </sect2>
108
109 <sect2 role="content">
110 <title>Contents</title>
111
112 <segmentedlist>
113 <segtitle>Installed Programs</segtitle>
114 <segtitle>Installed Libraries</segtitle>
115 <segtitle>Installed Directories</segtitle>
116
117 <seglistitem>
118 <seg>gnumeric, gnumeric-1.4.1, and ssconvert</seg>
119 <seg>numerous filters, plugins and <application>GNOME</application>
120 components</seg>
121 <seg>Not determined at this time</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="gnumeric-prog">
131 <term><command>gnumeric</command></term>
132 <listitem>
133 <para>symlink to <command>gnumeric-1.4.1</command></para>
134 <indexterm zone="gnumeric gnumeric-prog">
135 <primary sortas="g-gnumeric">gnumeric</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 <varlistentry id="gnumeric-1">
141 <term><command>gnumeric-1.4.1</command></term>
142 <listitem>
143 <para>is a <application>GNOME</application>'s spreadsheet
144 application.</para>
145 <indexterm zone="gnumeric gnumeric-1">
146 <primary sortas="b-gnumeric-1.4.1">gnumeric-1.4.1</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="ssconvert">
152 <term><command>ssconvert</command></term>
153 <listitem>
154 <para>is a command line utility to convert spreadsheet files
155 between various spreadsheet file formats.</para>
156 <indexterm zone="gnumeric ssconvert">
157 <primary sortas="b-ssconvert">ssconvert</primary>
158 </indexterm>
159 </listitem>
160 </varlistentry>
161
162 </variablelist>
163
164 </sect2>
165
166</sect1>
Note: See TracBrowser for help on using the repository browser.