libgnomeprint-2.8.0.1

Introduction to libgnomeprint

The libgnomeprint package contains libgnomeprint libraries.

Package information

Installation of libgnomeprint

Install libgnomeprint by running the following commands:

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

Command explanations

--sysconfdir=/etc/gnome: This switch puts configuration files in /etc/gnome instead of $GNOME_PREFIX/etc.

--disable-gtk-doc: This switch prevents rebuilding the documentation during the make command.

Contents

The libgnomeprint package contains libgnomeprint libraries and transport modules.

Description

libgnomeprint libraries

libgnomeprint libraries implement the GNOME Printing Architecture.

Last updated on 2005-01-05 08:04:41 -0700