GOffice-0.8.17

Introduction to GOffice

The GOffice package contains a library of GLib/GTK document centric objects and utilities. This is useful for performing common operations for document centric applications that are conceptually simple, but complex to implement fully. Some of the operations provided by the GOffice library include support for plugins, load/save routines for application documents and undo/redo functions.

This package is known to build and work properly using an LFS-7.0 platform.

Package Information

GOffice Dependencies

Required

GConf-2.28.1, gtk+-2.24.8, intltool-0.50.0, libgsf-1.14.21 and which-2.20

Optional

GTK-Doc-1.18

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/goffice

Installation of GOffice

Install GOffice by running the following commands:

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

If you wish to run the tests, issue: make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents the static libraries in this package being built and installed.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: None
Installed Libraries: libgoffice-08.{so,a} and numerous support plugins
Installed Directories: /usr/include/libgoffice-0.8, /usr/lib/goffice, /usr/share/{gtk-doc/html/goffice-0.8,{pixmaps/}goffice}

Short Descriptions

libgoffice-0.8.so

contains API functions to provide support for document centric objects and utilities.

Last updated on 2012-01-04 17:36:19 +0000