|
On Mon, Jul 18, 2011 at 2:27 PM, Vafa Khalighi <vafa018@gmail.com> wrote:> What goes wrong?
> lua.c:67:31: fatal error: readline/readline.h: No such file or directory
You need the development package for readline, which makes the
interactive interpreter more pleasant to use - it's libreadline-dev on
Debian/Ubuntu
Alternatively, build without readline
steve d.