Gnumeric

From CBLFS
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.6/gnumeric-1.6.3.tar.gz

Introduction to Gnumeric

Gnumeric is the official GNOME desktop spreadsheet application.

Project Homepage: http://www.gnome.org/projects/gnumeric/

Dependencies

Required

Recommended

Optional

Configuration Information

--without-gnome: Do not use GNOME extensions.
--with-gda: Compile the Gnome Database Access plugin.
--with-gb: Compile the Gnome Basic plugin.
--with-perl: Compile the Perl plugin loader.
--with-python: Compile the Python plugin loader.

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib32 --sysconfdir=/etc/gnome &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 --sysconfdir=/etc/gnome &&
make

Install the package:

make install

Contents

Installed Directories: ${GNOME_PREFIX}/lib/gnumeric, ${GNOME_PREFIX}/share/gnumeric
Installed Programs: gnumeric, ssconvert
Installed Libraries: libspreadsheet.{la,so}

Short Descriptions

gnumeric is a spreadsheet program.
ssconvert is a utility to convert spreadsheet file formats.