Re: LUA_USE_MACOSX
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA_USE_MACOSX
- From: Dong Feng <middle.fengdong@...>
- Date: Thu, 4 Oct 2012 11:45:09 +0800
That makes some sense. But if it is not a built-in and out-of-box feature, I don't think it's good to be an included part of LUA_USE_MACOSX. You can always enable LUA_USE_READLINE separately on any operating system installing it. But including it in LUA_USE_SOMEOS sounds like a thing should only be done when that OS has out-of-box support to the feature.
2012年10月4日 Vadim Peretokin
<vperetokin@gmail.com>
I think readline can be installed on OS X. It's not necessarily a bug in the Makefile... readline provides useful features to the Lua interpreter when running in interactive mode, something you'll be missing.