fixed bugs, no more config.h, updated manpage, new libdraw
[dmenu.git] / README
1 dmenu - dynamic menu
2 ====================
3 dmenu is an efficient dynamic menu for X.
4
5
6 Requirements
7 ------------
8 In order to build dmenu you need the Xlib header files.
9
10 You also need libdraw, available from http://hg.suckless.org/libdraw
11
12
13 Installation
14 ------------
15 Edit config.mk to match your local setup (dmenu is installed into
16 the /usr/local namespace by default).
17
18 Afterwards enter the following command to build and install dmenu
19 (if necessary as root):
20
21     make clean install
22
23
24 Running dmenu
25 -------------
26 See the man page for details.