mirror of
https://github.com/yshui/picom.git
synced 2024-11-03 04:33:49 -05:00
add and clarify dependencies, build/runtime
This commit is contained in:
parent
5a95e51a06
commit
b34f175e51
1 changed files with 14 additions and 7 deletions
21
README.md
21
README.md
|
@ -35,13 +35,20 @@ The same dependencies as xcompmgr.
|
|||
|
||||
### Dependencies:
|
||||
|
||||
* libx11
|
||||
* libxcomposite
|
||||
* libxdamage
|
||||
* libxfixes
|
||||
* libxrender
|
||||
* pkg-config
|
||||
* make
|
||||
__B__ for build-time
|
||||
|
||||
__R__ for runtime
|
||||
|
||||
* libx11 (B,R)
|
||||
* libxcomposite (B,R)
|
||||
* libxdamage (B,R)
|
||||
* libxfixes (B,R)
|
||||
* libxrender (B,R)
|
||||
* pkg-config (B)
|
||||
* make (B)
|
||||
* xproto / x11proto (B)
|
||||
* bash (R)
|
||||
* xprop,xwininfo / x11-utils (R)
|
||||
|
||||
To build, make sure you have the above dependencies:
|
||||
|
||||
|
|
Loading…
Reference in a new issue