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.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.4/gnumeric-1.4.3.tar.bz2
Download MD5 sum: b684eec48b1696d7a8d7152d1e17741c
Download size: 13.7 MB
Estimated disk space required: 216 MB
Estimated build time: 2.4 SBU
libgnomeprintui-2.10.2 and libgsf-1.12.0
libgnomeui-2.10.0, Python-2.4.1, PyGTK, libgnomedb (requires libgda), pxlib and Psiconv
Though only a run-time dependency, if you don't install the Yelp-2.6.5 package, the built-in help functionality in Gnumeric will not be available.
Install Gnumeric by running the following commands:
./configure --prefix=/usr --without-gnome \ --localstatedir=/var/lib --sysconfdir=/etc/gnome && make
This package does not come with a test suite.
Now, as the root user:
make install
If desired, install the developer documentation using the following commands:
install -v -m755 -d /usr/share/doc/gnumeric-1.4.3 && install -v -m644 doc/developer/* /usr/share/doc/gnumeric-1.4.3 && rm -v /usr/share/doc/gnumeric-1.4.3/Makefile*
--without-gnome: This switch prevents the build from looking for the GNOME session related components. Remove this switch if you have a GNOME desktop or even just libgnomeui-2.10.0 installed.
--localstatedir=/var/lib: This switch puts ScrollKeeper files in /var/lib/scrollkeeper instead of $GNOME_PREFIX/var/scrollkeeper. This switch may not be applicable if you don't have Yelp-2.6.5 installed, but won't affect the build otherwise.
--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc. This switch may not be applicable if you don't have GConf-2.10.0 installed, but won't affect the build otherwise.
Last updated on 2005-08-01 13:29:19 -0600