forked from robm/dzen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
25 lines (14 loc) · 633 Bytes
/
Copy pathINSTALL
File metadata and controls
25 lines (14 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
==================================
dzen, (c) 2007 by Robert Manea
==================================
Edit config.mk to match your local setup (dzen is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install dzen (if
necessary as root):
make clean install
Optionally if you want to use dzen's gadgets:
cd gadgets
make clean install
Note: By default dzen will not be compiled with Xinerama and XPM support.
Uncomment the respective lines in config.mk to change this.
Use "./help" to view a nicely formated version of the documentation.