[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: compiling lua 5.2.0-beta on Ubuntu 11.04 (i386)
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 18 Jul 2011 14:39:32 +0200
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.