equal
deleted
inserted
replaced
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 command to build and install dwm (if |
16 Afterwards enter the following commands to build and install dwm (if |
17 necessary as root): |
17 necessary as root): |
18 |
18 |
19 cp config.default.h config.h |
19 cp config.default.h config.h |
20 make clean install |
20 make clean install |
21 |
21 |