libgnomeprintui-2.12.1

Introduction to libgnomeprintui

The libgnomeprintui package contains the libgnomeprintui library.

Package Information

libgnomeprintui Dependencies

Required

libgnomecanvas-2.14.0, GNOME Icon Theme-2.14.2, and libgnomeprint-2.12.1

Optional

GTK-Doc-1.6

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

Installation of libgnomeprintui

[Note]

Note

The instructions below are based on installing the package into a GNOME-2 environment. If, for whatever reason, you're installing this package without having ORBit2 and the core GNOME-2 libraries installed, you'll need to modify the --prefix= parameter on the configure script to point to your desired installation path (e.g., --prefix=/usr).

Install libgnomeprintui by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--enable-gtk-doc: Use this option if you have GTK-Doc installed and wish to build the API documentation, as the source tarball does not contain any pre-built docs.

Contents

Installed Programs: None
Installed Library: libgnomeprintui-2-2.{so,a}
Installed Directories: The following subdirectories of $GNOME_PREFIX/: include/libgnomeprintui-2.2 and share/{,gtk-doc/html/}libgnomeprintui

Short Descriptions

libgnomeprintui-2-2.{so,a}

is the GUI portion of the GNOME Printing Architecture implementation.

Last updated on 2006-06-26 14:00:09 -0500