Goffice: Difference between revisions

From CBLFS
Jump to navigationJump to search
Added page
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
|http://freshmeat.net/redir/goffice/58291/url_bz2/goffice-0.6.1.tar.bz2
|http://freshmeat.net/redir/goffice/58291/url_bz2/goffice-{{Goffice-Version}}.tar.bz2
|}
|}


Line 98: Line 98:
|
|
|}
|}
[[Category:X Libs]]

Latest revision as of 15:19, 12 April 2009

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