19 lines
322 B
Plaintext
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
|