lua-users home
lua-l archive

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


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