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
This commit is contained in:
parent
85e6d59956
commit
b515765216
4 changed files with 66 additions and 11 deletions
6
README
6
README
|
@ -16,13 +16,9 @@ the /usr/local namespace by default).
|
|||
Afterwards enter the following command to build and install dwm (if
|
||||
necessary as root):
|
||||
|
||||
cp config.default.h config.h
|
||||
make clean install
|
||||
|
||||
If you want to use a customized config.h, you can use the following
|
||||
command for installing dwm:
|
||||
|
||||
make CONFIG=<your-config>.h clean install
|
||||
|
||||
|
||||
Running dwm
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue