The libgnomeprintui package contains the libgnomeprintui library.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.12/libgnomeprintui-2.12.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.12/libgnomeprintui-2.12.1.tar.bz2
Download MD5 sum: fa0b0410c3ba8b6899c5ed278f02cbe5
Download size: 646 KB
Estimated disk space required: 16.7 MB
Estimated build time: 0.3 SBU
libgnomecanvas-2.14.0, GNOME Icon Theme-2.14.2, and libgnomeprint-2.12.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomeprintui
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
--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.
Last updated on 2006-06-26 14:00:09 -0500