Contents
$GNOME_PREFIX
/:
include/libgtkhtml-3.14, lib/gtkhtml, and
share/gtkhtml-3.14
The GtkHTML package contains a lightweight HTML rendering/printing/editing engine.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.14/gtkhtml-3.14.3.tar.bz2
Download (FTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.14/gtkhtml-3.14.3.tar.bz2
Download MD5 sum: 7c028f07e0eb061b0a895ac514265cf1
Download size: 1.2 MB
Estimated disk space required: 61 MB
Estimated build time: 1.3 SBU
libgnomeui-2.18.1, GAIL-1.18.0, GNOME Icon Theme-2.18.0, and libgnomeprintui-2.18.0
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.14, lib/gtkhtml, and
share/gtkhtml-3.14
Last updated on 2007-07-25 19:31:00 -0500