Libgsf

From CBLFS
Revision as of 03:40, 8 December 2006 by Kalessin (talk | contribs) (I added the "Contents" section from BLFS.)
Jump to navigationJump to search
Download Source: http://ftp.gnome.org/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.2.tar.bz2

Introduction to libgsf

The libgsf package contains libgsf-1 libraries. These are useful for providing an extensible input/output abstraction layer for structured file formats.

Dependencies

Required

Optional

Note:
You need to build the libgsf-gnome-1.so library if you plan on building
Gnumeric-1.6.3 with GNOME support.

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package

make install

Command Explanations

--sysconfdir=/etc/gnome: Pass this parameter to the configure script if you have GNOME-2 installed so that the GConf schema files are installed in the correct location.

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

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package

make install

N32

Compile the package:

CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib32 &&
make

Install the package

make install

64Bit

Compile the package:

CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib64 &&
make

Install the package

make install

Contents

Installed Programs: gsf-office-thumbnailer (optional)
Installed Libraries: libgsf-1.{so,a} and optionally, libgsf-gnome-1.{so,a}
Installed Directories: /usr/include/libgsf-1 and /usr/share/gtk-doc/html/gsf

Short Descriptions

gsf-office-thumbnailer ???
libgsf-1.{so,a} ???
libgsf-gnome-1.{so,a} ???