commit 842a555a2fe12249e7b3e07565d6f89fed8c61f8
parent b1aec1ef14459e3458ebb85a69bccad97e7658e7
Author: Drew DeVault <sir@cmpwn.com>
Date: Fri, 2 Nov 2018 13:47:33 -0400
Clean up dependencies in README.md
Diffstat:
2 files changed, 19 insertions(+), 26 deletions(-)
diff --git a/README.ja.md b/README.ja.md
@@ -29,24 +29,22 @@ Swayは沢山のディストリビューションで提供されています。"
次の依存パッケージをインストールしてください:
-* meson
-* [wlc](https://github.com/Cloudef/wlc)
+* meson \*
+* [wlroots](https://github.com/swaywm/wlroots)
* wayland
-* xwayland
-* libinput >= 1.6.0
-* libcap
+* wayland-protocols \*
* pcre
-* json-c >= 0.13
+* json-c
* pango
* cairo
-* gdk-pixbuf2 *
-* pam **
-* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です)
-* git
+* gdk-pixbuf2 \*\*
+* pam \*\*\* (オプション: swaylockとPAMで必要)
+* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です) \*
+* git \*
-_\*swaybar,swaybg,swaylockでのみ必要です_
+_\*コンパイルの時_
-_\*\*swaylockでのみ必要です_
+_\*\*オプション: swaybgとswaylockでのみ必要です_
次のコマンドを実行してください:
diff --git a/README.md b/README.md
@@ -32,27 +32,22 @@ channel or shoot an email to sir@cmpwn.com for advice.
Install dependencies:
-* meson
+* meson \*
* [wlroots](https://github.com/swaywm/wlroots)
* wayland
-* xwayland
-* libinput >= 1.6.0
-* libcap
+* wayland-protocols \*
* pcre
-* json-c >= 0.13
+* json-c
* pango
* cairo
-* gdk-pixbuf2 *
-* pam **
-* dbus >= 1.10 ***
-* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages)
-* git
+* gdk-pixbuf2 \*\*
+* pam \*\*\* (optional: PAM support for swaylock)
+* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
+* git \*
-_\*Only required for swaybar, swaybg, and swaylock_
+_\*Compile-time dep_
-_\*\*Only required for swaylock_
-
-_\*\*\*Only required for tray support_
+_\*\*optional: required for swaybg and swaylock_
Run these commands: