20 lines
338 B
Plaintext
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
|