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
|
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
|
||||||
|
|
Loading…
Reference in New Issue