aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 96baa32e31aa918058b52baf049c5ca754604cf9 (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 and XPM support.
            Uncomment the respective lines in config.mk to change this.


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