diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..0f7ffff --- /dev/null +++ b/INSTALL @@ -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