dunst/INSTALL
2013-02-18 07:51:06 +00:00

19 lines
322 B
Plaintext

The following dependencies are needed:
dbus
libxinerama
libxft
libxss
libxdg-basedir
glib
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