Libcroco-0.6.1

Introduction to libcroco

The libcroco package contains libcroco libraries. This is useful for providing a CSS API.

Package Information

libcroco Dependencies

Required

GLib-2.12.12 and libxml2-2.6.31

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

Installation of libcroco

Install libcroco by running the following commands:

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

To test the results, issue: LD_LIBRARY_PATH=$(pwd)/src/.libs make test.

Now, as the root user:

make install &&
install -v -m755 -d /usr/share/doc/libcroco-0.6.1/examples &&
install -v -m644 README docs/usage.txt \
    /usr/share/doc/libcroco-0.6.1 &&
install -v -m644 docs/examples/*.c \
    /usr/share/doc/libcroco-0.6.1/examples

Contents

Installed Programs: croco-0.6-config and csslint-0.6
Installed Library: libcroco-0.6.{so,a}
Installed Directories: /usr/include/libcroco-0.6.1 and /usr/share/doc/libcroco-0.6.1

Last updated on 2007-04-04 14:42:53 -0500