summaryrefslogtreecommitdiffstats
path: root/misc/xcb-imdkit/README
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xcb-imdkit/README')
-rw-r--r--misc/xcb-imdkit/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/xcb-imdkit/README b/misc/xcb-imdkit/README
new file mode 100644
index 0000000000..a9aaa69367
--- /dev/null
+++ b/misc/xcb-imdkit/README
@@ -0,0 +1,8 @@
+xcb-imdkit is an implementation of the xim protocol in xcb. Compared
+with the implementation of IMDkit with Xlib, and xim inside Xlib, it
+has a smaller memory footprint, better performance, and is safer on
+malformed clients. And not to say it's all asynchronous and it works
+with xcb.
+
+To build this project, you need: libxcb, xcb-util, xcb-util-keysym,
+which are all included in a full Slackware installation.