]> git.sur5r.net Git - i3/i3/blob - DEPENDS
Introduce support for specifying variables from X resources. (#2286)
[i3/i3] / DEPENDS
1
2  i3 has the following dependencies:
3
4    "min" means minimum required version
5    "lkgv" means last known good version
6
7 ┌──────────────┬────────┬────────┬───────────────────────────────────────────────────────────┐
8 │ dependency   │ min.   │ lkgv   │ URL                                                       │
9 ├──────────────┼────────┼────────┼───────────────────────────────────────────────────────────┤
10 │ pkg-config   │ 0.25   │ 0.28   │ http://pkgconfig.freedesktop.org/                         │
11 │ libxcb       │ 1.1.93 │ 1.11   │ http://xcb.freedesktop.org/dist/                          │
12 │ xcb-util     │ 0.3.3  │ 0.4.1  │ http://xcb.freedesktop.org/dist/                          │
13 │ xkbcommon    │ 0.4.0  │ 0.5.0  │ http://xkbcommon.org/                                     │
14 │ xkbcommon-x11│ 0.4.0  │ 0.5.0  │ http://xkbcommon.org/                                     │
15 │ util-cursor³⁴│ 0.0.99 │ 0.1.2  │ http://xcb.freedesktop.org/dist/                          │
16 │ util-wm⁴     │ 0.3.8  │ 0.3.8  │ http://xcb.freedesktop.org/dist/                          │
17 │ util-keysyms⁴│ 0.3.8  │ 0.4.0  │ http://xcb.freedesktop.org/dist/                          │
18 │ util-xrm⁴    │ 1.0.0  │ 1.0.0  │ https://github.com/Airblader/xcb-util-xrm                 │
19 │ libev        │ 4.0    │ 4.19   │ http://libev.schmorp.de/                                  │
20 │ yajl         │ 2.0.1  │ 2.1.0  │ http://lloyd.github.com/yajl/                             │
21 │ asciidoc     │ 8.3.0  │ 8.6.8  │ http://www.methods.co.nz/asciidoc/                        │
22 │ xmlto        │ 0.0.23 │ 0.0.23 │ http://www.methods.co.nz/asciidoc/                        │
23 │ Pod::Simple² │ 3.22   │ 3.22   │ http://search.cpan.org/~dwheeler/Pod-Simple-3.23/         │
24 │ docbook-xml  │ 4.5    │ 4.5    │ http://www.methods.co.nz/asciidoc/                        │
25 │ PCRE         │ 8.12   │ 8.35   │ http://www.pcre.org/                                      │
26 │ libsn¹       │ 0.10   │ 0.12   │ http://freedesktop.org/wiki/Software/startup-notification │
27 │ pango        │ 1.30.0 | 1.36.8 │ http://www.pango.org/                                     │
28 │ cairo        │ 1.14.4 │ 1.14.4 │ http://cairographics.org/                                 │
29 └──────────────┴────────┴────────┴───────────────────────────────────────────────────────────┘
30  ¹ libsn = libstartup-notification
31  ² Pod::Simple is a Perl module required for converting the testsuite
32    documentation to HTML. See http://michael.stapelberg.de/cpan/#Pod::Simple
33  ³ xcb-util-cursor, to be precise.
34  ⁴ Depending on your distribution, this might be considered part of xcb-util.
35
36  i3bar, i3-msg, i3-input, i3-nagbar and i3-config-wizard do not introduce any
37  new dependencies.
38
39  i3-migrate-config-to-v4 and i3-dmenu-desktop are implemented in Perl, but have
40  no dependencies besides Perl 5.10.
41
42  i3-save-tree is also implemented in Perl and needs AnyEvent::I3 (>= 0.12) and
43  JSON::XS. While i3-save-tree is not required for running i3 itself, it is
44  strongly recommended to provide it in distribution packages.