Difference between revisions of "Goffice"

From CBLFS
Jump to navigationJump to search
(Added page)
 
m
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
 
|}
 
|}
  

Revision as of 04:59, 25 March 2008

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