Skip to content
pamolloy edited this page Jun 19, 2012 · 1 revision

Requirements

In order to build dzen you need the Xlib header files.

Source

Edit config.mk to match your local setup (dzen is installed into the /usr/local namespace by default). By default dzen will not be compiled with Xinerama and XPM support. Uncomment the respective lines in config.mk to change this.

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

Packages

Clone this wiki locally