added INSTALL file

fixes issue #87
This commit is contained in:
Sascha Kruse 2013-01-11 01:32:21 +01:00
parent 9f49bcf7e9
commit 749cef5452

17
INSTALL Normal file
View File

@ -0,0 +1,17 @@
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