2010-03-21 01:50:10 +01:00
|
|
|
You need the following libraries. The version given is to be understood as the
|
|
|
|
minimum version required. However, if any of these libraries changes the API,
|
|
|
|
i3 may not compile anymore. In that case, please try using the versions
|
|
|
|
mentioned below until a fix is provided.
|
2009-02-10 20:49:47 +01:00
|
|
|
|
|
|
|
* xcb-proto-1.3 (2008-12-10)
|
|
|
|
* libxcb-1.1.93 (2008-12-11)
|
|
|
|
* xcb-util-0.3.3 (2009-01-31)
|
2009-06-01 21:02:32 +02:00
|
|
|
* libev
|
2009-09-26 12:47:23 +02:00
|
|
|
* flex and bison
|
2010-03-11 15:58:39 +01:00
|
|
|
* yajl (the IPC interface uses JSON to serialize data)
|
2009-03-08 17:30:17 +01:00
|
|
|
* asciidoc >= 8.3.0 for docs/hacking-howto
|
2009-03-14 18:55:47 +01:00
|
|
|
* asciidoc, xmlto, docbook-xml for man/i3.man
|
2010-11-27 00:26:51 +01:00
|
|
|
* libxcursor
|
2009-03-14 18:55:47 +01:00
|
|
|
* Xlib, the one that comes with your X-Server
|
2009-12-16 22:59:25 +01:00
|
|
|
* x11-utils for xmessage (only for displaying the welcome message, so this is
|
|
|
|
mainly interesting for distributors)
|
2009-03-14 18:55:47 +01:00
|
|
|
|
|
|
|
Recommendations:
|
2009-03-11 22:21:50 +01:00
|
|
|
* i3lock for locking your screen
|
|
|
|
* dmenu for launching applications
|
2009-02-10 20:49:47 +01:00
|
|
|
|
|
|
|
Get the libraries from:
|
2009-06-01 21:02:32 +02:00
|
|
|
http://xcb.freedesktop.org/dist/xcb-proto-1.5.tar.bz2
|
2009-02-10 20:49:47 +01:00
|
|
|
http://xcb.freedesktop.org/dist/libxcb-1.1.93.tar.bz2
|
2009-06-01 21:02:32 +02:00
|
|
|
http://xcb.freedesktop.org/dist/xcb-util-0.3.5.tar.bz2
|
|
|
|
http://libev.schmorp.de/
|
2009-09-26 12:47:23 +02:00
|
|
|
http://flex.sourceforge.net/
|
|
|
|
http://www.gnu.org/software/bison/
|
2010-03-11 15:58:39 +01:00
|
|
|
http://lloyd.github.com/yajl/
|
2009-03-11 22:21:50 +01:00
|
|
|
|
2009-03-14 18:55:47 +01:00
|
|
|
http://i3.zekjur.net/i3lock/
|
2009-03-11 22:21:50 +01:00
|
|
|
http://tools.suckless.org/dmenu
|