GtkHTML-3.14.3

Introduction to GtkHTML

The GtkHTML package contains a lightweight HTML rendering/printing/editing engine.

Package Information

GtkHTML Dependencies

Required

libgnomeui-2.18.1, GAIL-1.18.0, GNOME Icon Theme-2.18.0, and libgnomeprintui-2.18.0

Optional

libsoup-2.2.100 and intltool-0.35.5

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: None
Installed Libraries: libgtkhtml-3.14.{so,a} and libgnome-gtkhtml-editor-3.14.{so,a}
Installed Directories: The following subdirectories of $GNOME_PREFIX/: include/libgtkhtml-3.14, lib/gtkhtml, and share/gtkhtml-3.14

Short Descriptions

libgtkhtml-3.8.{so,a}

provide the functions to render HTML within applications.

Last updated on 2007-07-25 19:31:00 -0500