Libcroco-0.6.2

Introduction to libcroco

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

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

Package Information

libcroco Dependencies

Required

GLib-2.30.1 and libxml2-2.7.8

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.

If there are test failures, issue: patch -Np1 -i tests/tests-error.log. This will update the failed tests from CVS. You should now rerun the test.

Now, as the root user:

make install &&
install -v -m755 -d /usr/share/doc/libcroco-0.6.2/examples &&
install -v -m644 README docs/usage.txt \
    /usr/share/doc/libcroco-0.6.2 &&
install -v -m644 docs/examples/*.c \
    /usr/share/doc/libcroco-0.6.2/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.2 and /usr/share/doc/libcroco-0.6.2

Last updated on 2010-04-21 19:10:06 +0000