added sselp requirement to readme
[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 Pasting the X selection to dmenu requires the sselp utility at runtime.
10
11
12 Installation
13 ------------
14 Edit config.mk to match your local setup (dmenu is installed into
15 the /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.