3 awesome is an extremely fast, small, and dynamic window manager for X.
8 In order to build awesome itself, you need header files and libs of:
9 - Xlib, Xinerama, Xrandr, Xft
13 In order to build the awesome man pages, you need these tools:
14 - asciidoc (recent version)
15 - xmlto (recent version)
16 - docbook XSL stylesheets
18 In order to build the source code reference, you need these tools:
22 Building and Installation
23 -------------------------
24 If building from git sources, run "./autogen.sh". When autoreconf has
25 finished, you can follow the following instructions for building a dist
28 After extracting the dist tarball, run "./configure --help" and figure out
29 what you might want to adapt for your system. Then run ./configure with the
30 proper parameters, and build and install:
34 make install # might need root permissions
36 If you're using gcc as your compiler and do not want awesome's default set
37 of warning flags, add AWESOME_CFLAGS="" to your "make" lines.
39 The source code reference can be built with "make doc".
43 Add the following line to your .xinitrc to start awesome using startx
44 or to .xsession to start awesome using gdm/kdm/xdm...:
48 In order to connect awesome to a specific display, make sure that
49 the DISPLAY environment variable is set correctly, e.g.:
51 DISPLAY=foo.bar:1 exec awesome
53 (This will start awesome on display :1 of the host foo.bar.)
57 The configuration of awesome is done by creating a ~/.awesomerc file.
58 An example is provided in the sources.