[doc] Add GTK+ possibility

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-04-03 09:34:18 +02:00
parent cee3e9b60d
commit 219d78b52c
1 changed files with 5 additions and 1 deletions

6
README
View File

@ -5,9 +5,13 @@ 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:
- Xlib, Xinerama, Xrandr, Pango - Xlib, Xinerama, Xrandr
- libconfuse >= 2.6 - libconfuse >= 2.6
- cairo - cairo
- pango and pangocairo
- Imlib2
or
- GTK+ (use --with-gtk with ./configure)
In order to build the awesome man pages, you need these tools: In order to build the awesome man pages, you need these tools:
- asciidoc (recent version) - asciidoc (recent version)