[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LUA_USE_MACOSX
- From: Andres Perera <andres.p@...>
- Date: Thu, 4 Oct 2012 00:11:52 -0430
On Wed, Oct 3, 2012 at 11:01 PM, Vadim Peretokin <vperetokin@gmail.com> wrote:
> 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.
well, macos includes editline
seems odd that readline isn't reachable since bash likely depends on
it in their build. maybe they imported the library solely for bash