libcroco-0.6.8

Introduction to libcroco

The libcroco package contains a standalone CSS2 parsing and manipulation library.

This package is known to build and work properly using an LFS-7.4 platform.

Package Information

libcroco Dependencies

Required

GLib-2.36.4 and libxml2-2.9.1

Optional

GTK-Doc-1.19

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

Installation of libcroco

Install libcroco by running the following commands:

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

To run the test suite, run LD_LIBRARY_PATH=$(pwd)/src/.libs make test.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--enable-gtk-doc: Use this parameter if GTK-Doc is installed and you wish to rebuild and install the API documentation.

Contents

Installed Programs: croco-0.6-config and csslint-0.6
Installed Library: libcroco-0.6.so
Installed Directories: /usr/include/libcroco-0.6 and /usr/share/gtk-doc/html/libcroco

Short Descriptions

csslint-0.6

is used to parse one or more CSS files specified on the command line.

libcroco-0.6.so

contains the API functions for CSS2 parsing and manipulation.

Last updated on 2013-08-25 13:13:24 -0700