dunst/INSTALL
2013-02-27 00:21:31 +01:00

20 lines
338 B
Plaintext

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