From e8a72146b0bfca41521392b8ba360caed6391250 Mon Sep 17 00:00:00 2001 From: kl4ng Date: Fri, 21 Feb 2014 23:59:11 -0500 Subject: [PATCH] added note about ncurses libraries --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2afa965..65323f2 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,7 @@ Then execute the configure script with ./configure (you may need to pass it the echo '/usr/local/lib/' | sudo tee -a /etc/ld.so.conf.d/locallib.conf sudo ldconfig ``` +If you dont already have it, you might want to install the ncurses libraries, on Debian: +``` +sudo apt-get install libncurses5-dev +```