The GtkHTML package contains a lightweight HTML rendering/printing/editing engine.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gtkhtml/1.1/gtkhtml-1.1.7.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gtkhtml/1.1/gtkhtml-1.1.7.tar.bz2
Download MD5 sum: 83cd60ab9a108d2a0d65b3bf760affa4
Download size: 1.0 MB
Estimated disk space required: 36 MB
Estimated build time: 1.4 SBU
GAL-0.24, libcapplet-1.5.11, and GConf-1.0.9
Soup-0.7.11, Bonobo-1.0.22, libghttp-1.0.9, and GTK-Doc-1.6
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtkhtml1
Install GtkHTML by running the following commands:
patch -Np1 -i ../gtkhtml-1.1.7-gcc34-1.patch && sed -i 's/static \(HTMLClueAlignedClass\)/\1/' src/htmlcluealigned.c && ./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc && make
This package does not come with a test suite.
Now, as the root user:
make install
sed -i '...' src/htmlcluealigned.c: This command fixes a build problem when compiling with GCC-4.0.x.
--prefix=/opt/gnome-1.4: Install GtkHTML in the GNOME 1.4 directory structure.
Last updated on 2006-06-21 11:26:07 -0500