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:
parent
ea4f6298d5
commit
99b8fe74ba
10
README
10
README
|
@ -5,10 +5,12 @@ awesome is an extremely fast, small, and dynamic window manager for X.
|
|||
Requirements
|
||||
------------
|
||||
In order to build awesome itself, you need header files and libs of:
|
||||
- cmake 2.6
|
||||
- Xlib, xcb and xcb-util (>= 0.3.0)
|
||||
- Lua 5.1
|
||||
- cairo
|
||||
- cmake (>= 2.6)
|
||||
- Xlib
|
||||
- xcb (>= 1.1)
|
||||
- xcb-util (>= 0.3)
|
||||
- Lua (>= 5.1)
|
||||
- cairo built with xcb support
|
||||
- pango and pangocairo
|
||||
- libev
|
||||
- glib
|
||||
|
|
Loading…
Reference in New Issue