Contents
$XORG_PREFIX/share/xcb
The xcb-proto package provides the XML-XCB protocol descriptions that libxcb uses to generate the majority of its code and API.
Download (HTTP): http://xcb.freedesktop.org/dist/xcb-proto-1.5.tar.bz2
Download MD5 sum: 7d0481790104a10ff9174895ae954533
Download size: 92 KB
Estimated disk space required: 1.1 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/xcb-proto
Install xcb-proto by running the following commands:
./configure $XORG_CONFIG
To test the results, issue: make check.
Now, as the root user:
make install &&
install -dv -m755 ${XORG_PREFIX}/share/doc/xcb-proto-1.5 &&
install -v -m644 doc/* ${XORG_PREFIX}/share/doc/xcb-proto-1.5
$XORG_PREFIX/share/xcb
Last updated on 2009-09-27 04:09:50 +0000