README - dmenu - dynamic menu
 (HTM) git clone git://git.suckless.org/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       README (475B)
       ---
            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 
           11 Installation
           12 ------------
           13 Edit config.mk to match your local setup (dmenu is installed into
           14 the /usr/local namespace by default).
           15 
           16 Afterwards enter the following command to build and install dmenu
           17 (if necessary as root):
           18 
           19     make clean install
           20 
           21 
           22 Running dmenu
           23 -------------
           24 See the man page for details.