mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Clean up dependencies in README.md
This commit is contained in:
parent
b1aec1ef14
commit
842a555a2f
22
README.ja.md
22
README.ja.md
|
@ -29,24 +29,22 @@ Swayは沢山のディストリビューションで提供されています。"
|
||||||
|
|
||||||
次の依存パッケージをインストールしてください:
|
次の依存パッケージをインストールしてください:
|
||||||
|
|
||||||
* meson
|
* meson \*
|
||||||
* [wlc](https://github.com/Cloudef/wlc)
|
* [wlroots](https://github.com/swaywm/wlroots)
|
||||||
* wayland
|
* wayland
|
||||||
* xwayland
|
* wayland-protocols \*
|
||||||
* libinput >= 1.6.0
|
|
||||||
* libcap
|
|
||||||
* pcre
|
* pcre
|
||||||
* json-c >= 0.13
|
* json-c
|
||||||
* pango
|
* pango
|
||||||
* cairo
|
* cairo
|
||||||
* gdk-pixbuf2 *
|
* gdk-pixbuf2 \*\*
|
||||||
* pam **
|
* pam \*\*\* (オプション: swaylockとPAMで必要)
|
||||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です)
|
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (manで必要です) \*
|
||||||
* git
|
* git \*
|
||||||
|
|
||||||
_\*swaybar,swaybg,swaylockでのみ必要です_
|
_\*コンパイルの時_
|
||||||
|
|
||||||
_\*\*swaylockでのみ必要です_
|
_\*\*オプション: swaybgとswaylockでのみ必要です_
|
||||||
|
|
||||||
次のコマンドを実行してください:
|
次のコマンドを実行してください:
|
||||||
|
|
||||||
|
|
23
README.md
23
README.md
|
@ -32,27 +32,22 @@ channel or shoot an email to sir@cmpwn.com for advice.
|
||||||
|
|
||||||
Install dependencies:
|
Install dependencies:
|
||||||
|
|
||||||
* meson
|
* meson \*
|
||||||
* [wlroots](https://github.com/swaywm/wlroots)
|
* [wlroots](https://github.com/swaywm/wlroots)
|
||||||
* wayland
|
* wayland
|
||||||
* xwayland
|
* wayland-protocols \*
|
||||||
* libinput >= 1.6.0
|
|
||||||
* libcap
|
|
||||||
* pcre
|
* pcre
|
||||||
* json-c >= 0.13
|
* json-c
|
||||||
* pango
|
* pango
|
||||||
* cairo
|
* cairo
|
||||||
* gdk-pixbuf2 *
|
* gdk-pixbuf2 \*\*
|
||||||
* pam **
|
* pam \*\*\* (optional: PAM support for swaylock)
|
||||||
* dbus >= 1.10 ***
|
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional: man pages) \*
|
||||||
* [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (required for man pages)
|
* git \*
|
||||||
* git
|
|
||||||
|
|
||||||
_\*Only required for swaybar, swaybg, and swaylock_
|
_\*Compile-time dep_
|
||||||
|
|
||||||
_\*\*Only required for swaylock_
|
_\*\*optional: required for swaybg and swaylock_
|
||||||
|
|
||||||
_\*\*\*Only required for tray support_
|
|
||||||
|
|
||||||
Run these commands:
|
Run these commands:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue