Skip to content

Commit 1090fad

Browse files
authored
add help about backspace and readline library installation
1 parent 82bac51 commit 1090fad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README

+5-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ Current goals are
2121
Code Cleanup / Bug Fixes
2222
Documentation
2323
Many working examples
24-
2524

25+
Note: If you install mstoical and find that backspace doesn't worrk correctly, you need to install readline, then run ./configure again, and reinstall
26+
27+
sudo apt-get install libreadline-dev
28+
./configure
29+
sudo make install
2630

2731
S T O I C A L http://stoical.sf.net
2832

0 commit comments

Comments
 (0)