Contents
$GNOME_PREFIX/{lib/libglade/2.0,
share/gtk-doc/html/libgnomecanvas,
include/libgnomecanvas-2.0/libgnomecanvas}
The libgnomecanvas package contains the GNOME canvas library. It is an engine for structured graphics and one of the essential GNOME libraries.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.26/libgnomecanvas-2.26.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libgnomecanvas/2.26/libgnomecanvas-2.26.0.tar.bz2
Download MD5 sum: 9bbc635e5ae70e63af071af74ba7e72f
Download size: 586 KB
Estimated disk space required: 17 MB
Estimated build time: 0.3 SBU
libglade-2.6.4 and libart_lgpl-2.3.20
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libgnomecanvas
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 libgnomecanvas by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) && make
To test the results, issue: make check.
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 parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
$GNOME_PREFIX/{lib/libglade/2.0,
share/gtk-doc/html/libgnomecanvas,
include/libgnomecanvas-2.0/libgnomecanvas}
Last updated on 2009-10-25 08:18:49 +0000