comparison README @ 166:e0535db04dfe

removed the CONFIG variable from config.mk, renamed config.h into config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
author arg@10ksloc.org
date Wed, 02 Aug 2006 16:46:59 +0200
parents a011f447af88
children 697715541a25
comparison
equal deleted inserted replaced
165:4d828b431b72 166:e0535db04dfe
14 the /usr/local namespace by default). 14 the /usr/local namespace by default).
15 15
16 Afterwards enter the following command 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
19 make clean install 20 make clean install
20
21 If you want to use a customized config.h, you can use the following
22 command for installing dwm:
23
24 make CONFIG=<your-config>.h clean install
25 21
26 22
27 Running dwm 23 Running dwm
28 ----------- 24 -----------
29 Add the following line to your .xinitrc to start dwm using startx: 25 Add the following line to your .xinitrc to start dwm using startx: