Contents
$GNOME_PREFIX
/{include/libgtkhtml-3.14/{editor,
gtkhtml},share/gtkhtml-3.14/icons}
The GtkHTML package contains a lightweight HTML rendering/printing/editing engine.
This package is known to build using an LFS 6.5 platform but has not been tested.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.30/gtkhtml-3.30.2.tar.bz2
Download (FTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/3.30/gtkhtml-3.30.2.tar.bz2
Download MD5 sum: 590c626e507a2ef9c9026699283d4004
Download size: 1.3 MB
Estimated disk space required: 36 MB
Estimated build time: 0.7 SBU
enchant-1.6.0, GConf-2.28.1, GNOME Icon Theme-2.30.3, gtk+-2.24.8, and ISO Codes-3.30
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/{editor,
gtkhtml},share/gtkhtml-3.14/icons}
Last updated on 2010-08-21 09:34:35 +0000