From b34f175e516062924ed872d2011e2481190891e5 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sun, 18 Mar 2012 02:17:08 +0100 Subject: [PATCH] add and clarify dependencies, build/runtime --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 01c01d1..0b4050a 100644 --- a/README.md +++ b/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: