summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2006-10-07 19:50:55 -0700
committerJamey Sharp <jamey@minilop.net>2006-10-07 19:50:55 -0700
commit431f210bbb20e39a24ac879af5f2a8a7744e6a6c (patch)
tree6b9423e0367c3b795faf37ddc6de6b00ddb81e50 /README
parente0fac22caaf27b3e461807f8c563d0457938baa6 (diff)
Release libxcb 1.0 RC2 (0.9.92).1.0-RC2
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 36 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1a7a657
--- /dev/null
+++ b/README
@@ -0,0 +1,36 @@
+About libxcb
+============
+
+libxcb provides an interface to the X Window System protocol, slated to
+replace the current Xlib interface. It has several advantages over
+Xlib, including:
+- size: small library and lower memory footprint
+- latency hiding: batch several requests and wait for the replies later
+- direct protocol access: one-to-one mapping between interface and protocol
+- proven thread support: transparently access XCB from multiple threads
+- easy extension implementation: interfaces auto-generated from XML-XCB
+
+Xlib can also use XCB as a transport layer, allowing software to make
+requests and receive responses with both, which eases porting to XCB.
+However, client programs, libraries, and toolkits will gain the most
+benefit from a native XCB port.
+
+
+Please report any issues you find to the freedesktop.org bug tracker,
+at:
+
+ <https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
+
+Discussion about XCB occurs on the XCB mailing list:
+
+ <mailto:xcb at lists.freedesktop.org>
+ <http://lists.freedesktop.org/mailman/listinfo/xcb>
+
+You can obtain the latest development versions of XCB using GIT.
+For anonymous checkouts, use:
+
+ git clone git://anongit.freedesktop.org/git/xcb/libxcb
+
+For developers, use:
+
+ git clone git+ssh://git.freedesktop.org/git/xcb/libxcb