libcroco-0.6.12

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

Package Information

libcroco Dependencies

Required

GLib-2.54.3 and libxml2-2.9.7

Optional

GTK-Doc-1.27

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 execute the test suite, run make -k test. Some tests fail: searching files in wrong location, locale problems (character codes compared to characters), float point numbers not properly rounded to the same number of places are some of the reasons.

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

croco-0.6-config

is a helper script for building with libcroco-0.6.so.

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 2018-02-19 11:50:10 -0800