libgsf-1.8.2

Introduction to libgsf

The libgsf package contains libgsf libraries. This is useful for providing an extensible input/output abstraction layer for structured file formats.

Package information

libgsf dependencies

Required

GLib-2.4.1 and libxml2-2.6.9

Installation of libgsf

Install libgsf by running the following commands:

./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
    --disable-gtk-doc &&
make &&
make install

Command explanations

--disable-gtk-doc: This switch will prevent the rebuilding of the API documentation (which is broken at the current state) during the make command.

Contents

The libgsf package contains libgsf and libgsf-gnome libraries.