Contents
$GNOME_PREFIX/: include/libgtkhtml-3.8,
lib/gtkhtml, and share/gtkhtml-3.8
The GtkHTML package contains a lightweight HTML rendering/printing/editing engine.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.10/gtkhtml-3.10.3.tar.bz2
Download (FTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.10/gtkhtml-3.10.3.tar.bz2
Download MD5 sum: 90b1807db0ef0e5d69442e1f85610ec4
Download size: 1.2 MB
Estimated disk space required: 57.0 MB
Estimated build time: 1.3 SBU
libgnomeui-2.14.1, GAIL-1.8.11, GNOME Icon Theme-2.14.2, and libgnomeprintui-2.12.1
libsoup-2.2.100 and intltool-0.35.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtkhtml
Install GtkHTML by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
--libexecdir=$(pkg-config \
--variable=prefix ORBit-2.0)/lib/gtkhtml &&
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.
--libexecdir=$(pkg-config
--variable=prefix ORBit-2.0)/lib/gtkhtml: This
parameter causes the libexec files to be installed in the preferred
location of $GNOME_PREFIX/lib/gtkhtml
instead of $GNOME_PREFIX/libexec.
$GNOME_PREFIX/: include/libgtkhtml-3.8,
lib/gtkhtml, and share/gtkhtml-3.8
Last updated on 2007-04-04 21:42:53 +0200