open-simh/simh

command completion not work...???

drforbin opened this issue · 5 comments

Running 4.1 current.
I compiled this on raspberrypi 1
The issue is I don't seem to have command completion like in bash.
This works when compiled on desktop gentoo.

Any ideas?

Make sure "editline" (and "editline-dev" or some similar package name) is installed before you build.

libedit?

libedit?

Yes, I guess that's what it is called. The line editing package, non-GPL flavor of "readline".

Thank you so much that worked.

Thanks for the confirmation.