add note to install libreadline-dev

This commit is contained in:
Glyn Hudson 2016-12-27 20:14:08 +00:00 committed by GitHub
parent 1f77d74803
commit ff1ccf2b1f
1 changed files with 3 additions and 1 deletions

4
README
View File

@ -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