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