The Gnumeric package contains a spreadsheet program. This is useful for financial analysis.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-1.4.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-1.4.1.tar.bz2
Download MD5 sum: bc60b5c342908e969b320ab833e6b151
Download size: 16.8 MB
Estimated disk space required: 206 MB
Estimated build time: 2.46 SBU
Python-2.4, PyGTK, libgnomedb (requires libgda), pxlib and Psiconv
Install Gnumeric by running the following commands:
./configure --prefix=$GNOME_PREFIX \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
make &&
make install &&
ln -s $GNOME_PREFIX/share/gnome/help/gnumeric \
$GNOME_PREFIX/share/gnumeric/1.4.1/doc
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.
ln -s ...: There's a bug in the program that calls Yelp from the main menu causing the help function to be unavailable. Creating this symlink allows Yelp to find the help files.
The Gnumeric package contains gnumeric (a symlink to gnumeric-1.4.1), ssconvert and numerous filters, plugins and GNOME components.
Last updated on 2005-01-06 08:31:17 -0700