Contents
$GNOME_PREFIX
/:
include/libgnomeprintui-2.2 and
share/{,gtk-doc/html/}libgnomeprintui
The libgnomeprintui package
contains the libgnomeprintui
library.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomeprintui/2.18/libgnomeprintui-2.18.0.tar.bz2
Download MD5 sum: bea9871059cabee9d108bab32d58d2af
Download size: 656 KB
Estimated disk space required: 19 MB
Estimated build time: 0.3 SBU
libgnomecanvas-2.14.0, GNOME Icon Theme-2.18.0, and libgnomeprint-2.18.0
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.
$GNOME_PREFIX
/:
include/libgnomeprintui-2.2 and
share/{,gtk-doc/html/}libgnomeprintui
Last updated on 2007-07-25 09:54:33 -0500