lua-users home
lua-l archive

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




2011/3/3 Chien Nguyen <nguyenquangchien@gmail.com>
Hi List,

I want to find a way to use curse from Lua, and it seems that the only source available now is lcurse (http://web.ist.utl.pt/tiago.dionizio/lua/lcurses-0.1-devel.tar.gz). I ran 'make' and saw a fatal error:

lua.h: No such file or directory
curses.h: No such file or directory

I'm using Ubuntu and apt-get'ed Lua instead of building it from source so this sort of making lcurses is quite difficult to me.

Thanks for your help.

--Chien

You could try termbox. ;3
http://luarocks.org/repositories/rocks/#ltermbox

--
Łukasz Gruner