Gnumeric: Difference between revisions

From CBLFS
Jump to navigationJump to search
m Add Evince dep; required for print preview.
 
(4 intermediate revisions by the same user not shown)
Line 15: Line 15:
* [[libgnomeprint]]
* [[libgnomeprint]]
* [[libgsf]]
* [[libgsf]]
* [[Goffice]]
* [[goffice]]
* [[libglade]]
* [[libglade]]
* [[libart_lgpl]]
* [[libart_lgpl]]
Line 24: Line 24:
* [[libbonobo]]
* [[libbonobo]]
* [[libbonoboui]]
* [[libbonoboui]]
* [[Evince]]


=== Optional ===
=== Optional ===
Line 86: Line 87:
Compile the package:
Compile the package:


  CC="gcc ${BUILDN64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN64}" \
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 --sysconfdir=/etc/gnome &&
  ./configure --prefix=${GNOME_PREFIX} --libdir=${GNOME_PREFIX}/lib64 --sysconfdir=/etc/gnome &&
  make
  make
Line 118: Line 119:
|is a utility to convert spreadsheet file formats.
|is a utility to convert spreadsheet file formats.
|}
|}
[[Category:Office_Suites]]

Latest revision as of 13:44, 19 October 2008

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

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.