Merge pull request #26 from glynhudson/master

add note to install libreadline-dev
This commit is contained in:
Daniel Beer 2016-12-28 09:54:33 +13:00 committed by GitHub
commit fcfc8e0452
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