Skip to content

Commit

Permalink
add and clarify dependencies, build/runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 18, 2012
1 parent 5a95e51 commit b34f175
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b34f175

Please sign in to comment.