2010-03-21 03:50:10 +03: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 22:49:47 +03: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 23:02:32 +04:00
|
|
|
* libev
|
2009-09-26 14:47:23 +04:00
|
|
|
* flex and bison
|
2010-03-11 17:58:39 +03:00
|
|
|
* yajl (the IPC interface uses JSON to serialize data)
|
2009-03-08 19:30:17 +03:00
|
|
|
* asciidoc >= 8.3.0 for docs/hacking-howto
|
2009-03-14 20:55:47 +03:00
|
|
|
* asciidoc, xmlto, docbook-xml for man/i3.man
|
2010-11-27 02:26:51 +03:00
|
|
|
* libxcursor
|
2009-03-14 20:55:47 +03:00
|
|
|
* Xlib, the one that comes with your X-Server
|
2009-12-17 00:59:25 +03:00
|
|
|
* x11-utils for xmessage (only for displaying the welcome message, so this is
|
|
|
|
mainly interesting for distributors)
|
2009-03-14 20:55:47 +03:00
|
|
|
|
|
|
|
Recommendations:
|
2009-03-12 00:21:50 +03:00
|
|
|
* i3lock for locking your screen
|
|
|
|
* dmenu for launching applications
|
2009-02-10 22:49:47 +03:00
|
|
|
|
|
|
|
Get the libraries from:
|
2009-06-01 23:02:32 +04:00
|
|
|
http://xcb.freedesktop.org/dist/xcb-proto-1.5.tar.bz2
|
2009-02-10 22:49:47 +03:00
|
|
|
http://xcb.freedesktop.org/dist/libxcb-1.1.93.tar.bz2
|
2009-06-01 23:02:32 +04:00
|
|
|
http://xcb.freedesktop.org/dist/xcb-util-0.3.5.tar.bz2
|
|
|
|
http://libev.schmorp.de/
|
2009-09-26 14:47:23 +04:00
|
|
|
http://flex.sourceforge.net/
|
|
|
|
http://www.gnu.org/software/bison/
|
2010-03-11 17:58:39 +03:00
|
|
|
http://lloyd.github.com/yajl/
|
2009-03-12 00:21:50 +03:00
|
|
|
|
2009-03-14 20:55:47 +03:00
|
|
|
http://i3.zekjur.net/i3lock/
|
2009-03-12 00:21:50 +03:00
|
|
|
http://tools.suckless.org/dmenu
|