Contents
$GNOME_PREFIX/include/libgnomecups-1/libgnomecups
The libgnomecups package contains a library used to wrap the CUPS API in a GLib fashion, so CUPS code can be cleanly integrated with GLib code.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomecups/0.2/libgnomecups-0.2.3.tar.bz2
Download MD5 sum: dc4920c15c9f886f73ea74fbff0ae48b
Download size: 349 KB
Estimated disk space required: 4 MB
Estimated build time: 0.1 SBU
Cups-1.5.0, GLib-2.30.2, and XML::Parser-2.40
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomecups
The instructions below are based on installing the package into a
GNOME environment. If, for
whatever reason, you're installing this package without having
the core GNOME 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 libgnomecups 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=: Setting the prefix using
this parameter will ensure that the prefix is consistent with the
installation environment and the package will be installed in the
correct location.
$GNOME_PREFIX
$GNOME_PREFIX/include/libgnomecups-1/libgnomecups
Last updated on 2010-08-17 11:30:17 +0000