aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-11-02 13:47:33 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-11-02 13:47:52 -0400
commit842a555a2fe12249e7b3e07565d6f89fed8c61f8 (patch)
tree02403a886186f448ec8480e34b58fbf5e21792ed /README.md
parentMerge pull request #3028 from emersion/disambiguate-drop-root-error (diff)
downloadsway-842a555a2fe12249e7b3e07565d6f89fed8c61f8.tar.gz
sway-842a555a2fe12249e7b3e07565d6f89fed8c61f8.tar.zst
sway-842a555a2fe12249e7b3e07565d6f89fed8c61f8.zip
Clean up dependencies in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/README.md b/README.md
index ca47b876..6f93211e 100644
--- a/README.md
+++ b/README.md
@@ -32,27 +32,22 @@ channel or shoot an email to sir@cmpwn.com for advice.
32 32
33Install dependencies: 33Install dependencies:
34 34
35* meson 35* meson \*
36* [wlroots](https://github.com/swaywm/wlroots) 36* [wlroots](https://github.com/swaywm/wlroots)
37* wayland 37* wayland
38* xwayland 38* wayland-protocols \*
39* libinput >= 1.6.0
40* libcap
41* pcre 39* pcre
42* json-c >= 0.13 40* json-c
43* pango 41* pango
44* cairo 42* cairo
45* gdk-pixbuf2 * 43* gdk-pixbuf2 \*\*
46* pam ** 44* pam \*\*\* (optional: PAM support for swaylock)
47* dbus >= 1.10 *** 45* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
48* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages) 46* git \*
49* git
50 47
51_\*Only required for swaybar, swaybg, and swaylock_ 48_\*Compile-time dep_
52 49
53_\*\*Only required for swaylock_ 50_\*\*optional: required for swaybg and swaylock_
54
55_\*\*\*Only required for tray support_
56 51
57Run these commands: 52Run these commands:
58 53