aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 9038f5c9a20d540e03e40277afab36399cf19de2 (plain) (blame)
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 support.
            Uncomment the respective lines in config.mk to change this.


Use "./help" to view a nicely formated version of the documentation.