]> git.sur5r.net Git - i3/i3/blob - DEPENDS
Merge branch 'startup-notification' into next
[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.26   │ http://pkgconfig.freedesktop.org/      │
11 │ xcb-proto   │ 1.3    │ 1.6    │ http://xcb.freedesktop.org/dist/       │
12 │ libxcb      │ 1.1.93 │ 1.7    │ http://xcb.freedesktop.org/dist/       │
13 │ xcb-util    │ 0.3.3  │ 0.3.8  │ http://xcb.freedesktop.org/dist/       │
14 │ libev       │ 4.0    │ 4.04   │ http://libev.schmorp.de/               │
15 │ flex        │ 2.5.35 │ 2.5.35 │ http://flex.sourceforge.net/           │
16 │ bison       │ 2.4.1  │ 2.4.1  │ http://www.gnu.org/software/bison/     │
17 │ yajl        │ 1.0.8  │ 2.0.1  │ http://lloyd.github.com/yajl/          │
18 │ asciidoc    │ 8.3.0  │ 8.6.4  │ http://www.methods.co.nz/asciidoc/     │
19 │ xmlto       │ 0.0.23 │ 0.0.23 │ http://www.methods.co.nz/asciidoc/     │
20 │ docbook-xml │ 4.5    │ 4.5    │ http://www.methods.co.nz/asciidoc/     │
21 │ libxcursor  │ 1.1.11 │ 1.1.11 │ http://ftp.x.org/pub/current/src/lib/  │
22 │ Xlib        │ 1.3.3  │ 1.4.3  │ http://ftp.x.org/pub/current/src/lib/  │
23 │ PCRE        │ 8.12   │ 8.12   │ http://www.pcre.org/                   │
24 │ libsn¹      │ 0.12   │ 0.12   │ http://freedesktop.org/wiki/Software/startup-notification
25 └─────────────┴────────┴────────┴────────────────────────────────────────┘
26  ¹ libsn = libstartup-notification
27
28  i3-msg, i3-input, i3-nagbar and i3-config-wizard do not introduce any new
29  dependencies.
30
31  i3-wsbar is implemented in Perl and has the following dependencies:
32
33    • IPC::Run
34    • Try::Tiny
35    • AnyEvent
36    • AnyEvent::I3
37
38  All of them are available at CPAN, see http://search.cpan.org/
39  Use your distribution’s packages or cpan(1) to install them.
40
41  i3-migrate-config-to-v4 is implemented in Perl, but it has no dependencies
42  besides Perl 5.10.