lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, Jul 18, 2011 at 2:27 PM, Vafa Khalighi <vafa018@gmail.com> wrote:
> lua.c:67:31: fatal error: readline/readline.h: No such file or directory
> What goes wrong?

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.