lua-users home
lua-l archive

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


>Where should I add this  gcc option : -DUSE_READLINE when recompiling all 
>the source ? Or how can I recompile only lua.c ? I know it might be obvious...

Perhaps the easiest way is simply to edit lua.c and add #define USE_READLINE
somewhere near the top. Then run make again.

Or edit config and add -DUSE_READLINE in POSIX.
--lhf