GtkHTML-3.10.3

Introduction to GtkHTML

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

Package Information

GtkHTML Dependencies

Required

libgnomeui-2.14.1, GAIL-1.8.11, GNOME Icon Theme-2.14.2, and libgnomeprintui-2.12.1

Optional

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

Short Descriptions

libgtkhtml-3.8.{so,a}

provide the functions to render HTML within applications.

Last updated on 2006-12-22 06:01:51 -0600