[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Mac OS X and readline
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 13 Jan 2006 14:58:23 -0200
It turns out that Mac OS X 10.4 has readline and so Lua builds just fine with
make MYCFLAGS="-DLUA_USE_MACOSX -DLUA_USE_READLINE" MYLIBS="-lreadline"
We don't have access to older versions of Mac OS X. Can anyone check whether
this would work in previous versions? Or can we just add LUA_USE_READLINE to
the Mac OS X part of luaconf.h and assume readline is available?
--lhf