add note to install libreadline-dev
This commit is contained in:
parent
1f77d74803
commit
ff1ccf2b1f
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