lua-users home
lua-l archive

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


On Mon, Jan 19, 2015 at 9:07 PM, Francis Marsh
<frank.marsh@education.nsw.gov.au> wrote:
> Hello. I am running on Ubuntu and just tried to compile Lua but received the
> following error message:
>
> lua.c:78:31: fatal error: readline/readline.h: No such file or directory
>
> What is this <readline> directory and how can I fix this.
>
> Thank you.
>
> This message is intended for the addressee named and may contain privileged
> information
> or confidential information or both. If you are not the intended recipient
> please delete it and notify the sender.

Long story short: apt-get install libreadline-dev

/s/ Adam