[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to install lcurse
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 3 Mar 2011 11:02:18 +0200
On Thu, Mar 3, 2011 at 10:54 AM, Chien Nguyen
<nguyenquangchien@gmail.com> wrote:
> lua.h: No such file or directory
> curses.h: No such file or directory
Sounds like you need to install the Lua and ncurses dev libraries as
well for the headers.
Watch out for the final location of lua.h; it will be in
/usr/include/lua5.1 for Ubuntu - might have to change the makefile.
steve d.