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.96 and intltool-0.34.2
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.
Last updated on 2006-12-22 06:01:51 -0600