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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.2.tar.bz2
Download MD5 sum: 1429c597aa4b75fc610ab3a542c99209
Download size: 406 KB
Estimated disk space required: 10 MB
Estimated build time: 0.2 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/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
Last updated on 2010-04-21 19:10:06 +0000