Merge pull request #26 from glynhudson/master
add note to install libreadline-dev
This commit is contained in:
commit
fcfc8e0452
4
README
4
README
|
@ -40,7 +40,9 @@ with:
|
||||||
cd mspdebug-version
|
cd mspdebug-version
|
||||||
make
|
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
|
make WITHOUT_READLINE=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue