-
Notifications
You must be signed in to change notification settings - Fork 66
Installation
pamolloy edited this page Jun 19, 2012
·
1 revision
In order to build dzen you need the Xlib header files.
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
- Arch Linux and the Arch User Repository
- Debian