Use m4 directory
[free-sw/xcb/libxcb] / README
1 About libxcb
2 ============
3
4 libxcb provides an interface to the X Window System protocol, which
5 replaces the current Xlib interface. It has several advantages over
6 Xlib, including:
7 - size: small, simple library, and lower memory footprint
8 - latency hiding: batch several requests and wait for the replies later
9 - direct protocol access: interface and protocol correspond exactly
10 - proven thread support: transparently access XCB from multiple threads
11 - easy extension implementation: interfaces auto-generated from XML-XCB
12
13 Xlib can also use XCB as a transport layer, allowing software to make
14 requests and receive responses with both, which eases porting to XCB.
15 However, client programs, libraries, and toolkits will gain the most
16 benefit from a native XCB port.
17
18
19 Please report any issues you find to the freedesktop.org bug tracker,
20 at:
21
22         <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
23
24 Discussion about XCB occurs on the XCB mailing list:
25
26         <mailto:xcb at lists.freedesktop.org>
27         <http://lists.freedesktop.org/mailman/listinfo/xcb>
28
29 You can obtain the latest development versions of XCB using GIT.
30 For anonymous checkouts, use:
31
32         git clone git://anongit.freedesktop.org/git/xcb/libxcb
33
34 For developers, use:
35
36         git clone git+ssh://git.freedesktop.org/git/xcb/libxcb