The libcroco package contains
libcroco
libraries. This is useful
for providing a CSS API.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/libcroco-0.6.1.tar.bz2
Download MD5 sum: b0975bd01eb11964f1b3f254f267a43d
Download size: 381 KB
Estimated disk space required: 9.8 MB
Estimated build time: 0.3 SBU
GLib-2.12.12 and libxml2-2.6.31
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.
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
Last updated on 2007-04-04 14:42:53 -0500