Merge pull request #14 from hasufell/master

enhance readme
This commit is contained in:
Christopher Jeffrey 2012-03-17 18:26:04 -07:00
commit b3a272185d
1 changed files with 14 additions and 7 deletions

View File

@ -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: