From 749cef5452d6a66437fb4f48eee5939837e213fc Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Fri, 11 Jan 2013 01:32:21 +0100 Subject: [PATCH] added INSTALL file fixes issue #87 --- INSTALL | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 INSTALL 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