From ff1ccf2b1f0c6c33fadaf0caa9d1c540f3cd0847 Mon Sep 17 00:00:00 2001 From: Glyn Hudson Date: Tue, 27 Dec 2016 20:14:08 +0000 Subject: [PATCH] add note to install libreadline-dev --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 9a43604..d155fc2 100644 --- a/README +++ b/README @@ -40,7 +40,9 @@ with: cd mspdebug-version make -If you don't want GNU readline support, you can invoke make with: +On Debian Ubuntu systems sudo apt-get install libreadline-dev may be +required. If you don't want GNU readline support, you can invoke make +with: make WITHOUT_READLINE=1