libgtkhtml-2.11.0

Introduction to libgtkhtml

The libgtkhtml package contains the libgtkhtml-2 library. This library provides an API for rendering HTML.

Package Information

libgtkhtml Dependencies

Required

GTK+-2.8.20 and libxml2-2.6.26

Optional

GAIL-1.8.11 and GNOME Virtual File System-2.14.2 (only used in the test suite)

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

Installation of libgtkhtml

Install libgtkhtml by running the following commands:

./configure --prefix=/usr --disable-accessibility &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--disable-accessibility: This forces the package to build without linking to the libgailutil accessibility library. Remove this switch if you have GAIL installed.

Contents

Installed Programs: None
Installed Library: libgtkhtml-2.{so,a}
Installed Directory: /usr/include/gtkhtml-2.0

Short Descriptions

libgtkhtml-2.{so,a}

provides the functions necessary to render and/or edit HTML.

Last updated on 2007-01-18 13:38:19 -0600