Added instructions for the Raspberry Pi to the README (#109)
authorAdrian Kosmaczewski <akosma@me.com>
Sun, 28 Aug 2016 10:53:28 +0000 (12:53 +0200)
committerMichael Göhler <github@nixhub.de>
Sun, 28 Aug 2016 10:53:28 +0000 (12:53 +0200)
README.md

index 4ab38f9..9f9fa41 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,9 @@
 
 mdp needs the ncursesw headers to compile.
 So make sure you have them installed:
 
 mdp needs the ncursesw headers to compile.
 So make sure you have them installed:
+
 - on Cygwin you need `libncursesw10` and `libncurses-devel`
 - on Cygwin you need `libncursesw10` and `libncurses-devel`
+- on Raspbian (Raspberry Pi) you need `libncurses5-dev` and `libncursesw5-dev`
 
 Now download and install mdp:
 
 
 Now download and install mdp: