added dependencies to README - fixes #1
authorMichael Göhler <somebody.here@gmx.de>
Tue, 16 Sep 2014 20:41:43 +0000 (22:41 +0200)
committerMichael Göhler <somebody.here@gmx.de>
Tue, 16 Sep 2014 20:42:28 +0000 (22:42 +0200)
README.md

index 226dbc4..8097bf4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,12 +7,20 @@
 
 *How to get started:*
 
+mpd needs the ncurses headers to compile.
+So make sure you have them installed:
+- On Ubuntu you need ```libncurses5``` and ```libncurses5-dev``` to be installed.
+
+Now download and install mpd:
+
     $ git clone https://github.com/visit1985/mdp.git
     $ cd mdp
     $ make
     $ make install
     $ mdp sample.md
 
+- On Arch you can use the existing [AUR package](https://aur.archlinux.org/packages/mdp-git/).
+
 ---
 
 *How to use it:*