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.0.tar.bz2
Download MD5 sum: d31407eaae7e52d100645217767a41aa
Download size: 69.4 KB
Estimated disk space required: 788 KB
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 && make
To test the results, issue: make check.
Now, as the root
user:
make install && install -dv -m755 ${XORG_PREFIX}/share/doc/xcb-proto-1.0 && install -v -m644 doc/* ${XORG_PREFIX}/share/doc/xcb-proto-1.0
$XORG_PREFIX
/share/xcb
Last updated on 2008-08-11 10:11:37 -0500