dunst/INSTALL
Sascha Kruse 749cef5452 added INSTALL file
fixes issue #87
2013-01-11 01:34:15 +01:00

18 lines
313 B
Plaintext

The following dependencies are needed:
dbus
libxinerama
libxft
libxss
libxdg-basedir
On Debian and Debian-based distros you'll probably also need the *-dev packages.
With all dependencies present you can build dunst with:
$ make
and install with:
$ sudo make PREFIX=/usr install