Clean up dependency list in README

Add more information about required versions,
split Xlib, xcb and xcb-util.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Radoslaw Szkodzinski 2008-09-15 20:04:53 +02:00 committed by Julien Danjou
parent ea4f6298d5
commit 99b8fe74ba
1 changed files with 6 additions and 4 deletions

10
README
View File

@ -5,10 +5,12 @@ awesome is an extremely fast, small, and dynamic window manager for X.
Requirements Requirements
------------ ------------
In order to build awesome itself, you need header files and libs of: In order to build awesome itself, you need header files and libs of:
- cmake 2.6 - cmake (>= 2.6)
- Xlib, xcb and xcb-util (>= 0.3.0) - Xlib
- Lua 5.1 - xcb (>= 1.1)
- cairo - xcb-util (>= 0.3)
- Lua (>= 5.1)
- cairo built with xcb support
- pango and pangocairo - pango and pangocairo
- libev - libev
- glib - glib