-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDEPENDS.txt
69 lines (51 loc) · 1.97 KB
/
DEPENDS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
luastatus itself, without any barlibs and/or plugins, has the following dependencies:
* docutils >=0.11 (rst2man program)
* CMake >=3.1.3
* pkg-config >=0.25
* either Lua 5.1, Lua 5.2, Lua 5.3, Lua 5.4, or LuaJIT >=2.0.0
For running tests, you will also need:
* valgrind (some older versions don't like LuaJIT; >=3.11.0 are known to be OK)
* For 'i3' barlib tests: 'jq' binary
* For 'dbus' plugin tests: a D-Bus daemon running in session mode; 'dbus-send' binary
* For 'pulse' plugin tests: a running PulseAudio daemon; 'pactl' and 'pacmd' binaries
Barlib 'dwm' has the following dependencies:
* xcb >=1.10
Barlib 'i3' has the following dependencies:
* yajl >=2.0.4
Plugin 'alsa' has the following dependencies:
* alsa >=1.0.27.2
Plugin 'backlight-linux' has the following dependencies:
* plugin 'udev'
Plugin 'battery-linux' has the following dependencies:
* plugin 'udev'
Plugin 'cpu-usage-linux' has the following dependencies:
* plugin 'timer'
Plugin 'dbus' has the following dependencies:
* glib-2.0 >=2.40.2
* gio-2.0 >=2.40.2
Plugin 'file-contents-linux' has the following dependencies:
* plugin 'inotify'
Plugin 'imap' has the following dependencies:
* LuaSocket library for the Lua version that luastatus was built with
* LuaSec library for the Lua version that luastatus was built with
Plugin 'inotify' has the following dependencies:
* a Linux system with a libc that provides <sys/inotify.h> (preferably glibc)
Plugin 'mem-usage-linux' has the following dependencies:
* plugin 'timer'
Plugin 'network-linux' has the following dependencies:
* a Linux system with Linux kernel headers
* libnl >=3.0
* libnl-genl >=3.0
Plugin 'pipe' has the following dependencies:
* plugin 'timer'
Plugin 'pulse' has the following dependencies:
* libpulse >=4.0
Plugin 'udev' has the following dependencies:
* libudev >=204
Plugin 'xkb' has the following dependencies:
* x11 >=1.6.2
Plugin 'xtitle' has the following dependencies:
* xcb >=1.10
* xcb-ewmh >=0.4.1
* xcb-icccm >=0.4.1
* xcb-event >=0.3.8