README
changeset 172 af781faa40d6
parent 170 697715541a25
child 174 48c820470858
equal deleted inserted replaced
171:dac0793bf3f7 172:af781faa40d6
    11 Installation
    11 Installation
    12 ------------
    12 ------------
    13 Edit config.mk to match your local setup (dwm is installed into
    13 Edit config.mk to match your local setup (dwm is installed into
    14 the /usr/local namespace by default).
    14 the /usr/local namespace by default).
    15 
    15 
    16 Afterwards enter the following commands to build and install dwm (if
    16 Afterwards enter the following command to build and install dwm (if
    17 necessary as root):
    17 necessary as root):
    18 
    18 
    19     cp config.default.h config.h
       
    20     make clean install
    19     make clean install
    21 
    20 
    22 
    21 
    23 Running dwm
    22 Running dwm
    24 -----------
    23 -----------