GtkHTML-3.30.2

Introduction to GtkHTML

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.

Package Information

GtkHTML Dependencies

Required

enchant-1.6.0, GConf-2.28.1, GNOME Icon Theme-2.30.3, gtk+-2.24.8, and ISO Codes-3.30

Optional

libsoup-2.30.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gtkhtml

Installation of 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

Command Explanations

--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.

Contents

Installed Programs: gtkhtml-editor-test
Installed Libraries: libgtkhtml-3.14.so and libgtkhtml-editor.so
Installed Directories: $GNOME_PREFIX/{include/libgtkhtml-3.14/{editor, gtkhtml},share/gtkhtml-3.14/icons}

Short Descriptions

gtkhtml-editor-test

is a simple HTML editor widget.

libgtkhtml-3.14.so

provide the functions to render HTML within applications.

Last updated on 2010-08-21 09:34:35 +0000