Goffice

From CBLFS
Revision as of 04:59, 25 March 2008 by Weibullguy (talk | contribs)
Jump to navigationJump to search
Download Source: http://freshmeat.net/redir/goffice/58291/url_bz2/goffice-0.6.2.tar.bz2

Introduction to Goffice

Goffice is a library of document-centric objects and utilities.

Project Homepage: http://freshmeat.net/projects/goffice/


Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions