libgnomeprintui-2.18.5

Introduction to libgnomeprintui

The libgnomeprintui package contains the libgnomeprintui library.

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

Package Information

libgnomeprintui Dependencies

Required

libgnomecanvas-2.30.1, GNOME Icon Theme-2.30.3, and libgnomeprint-2.18.7

Optional

GTK-Doc-1.18

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: $GNOME_PREFIX/{include/libgnomeprintui-2.2/libgnomeprintui, share/{gtk-doc/html/libgnomeprintui, libgnomeprintui/2.18.5}}

Short Descriptions

libgnomeprintui-2-2.{so,a}

is the GUI portion of the GNOME Printing Architecture implementation.

Last updated on 2010-08-14 06:23:07 +0000