[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [5.1.4] Do I need those shared libraries?
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 14 Apr 2011 11:59:59 +0200
On Thu, Apr 14, 2011 at 11:41 AM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> What would I be missing by not including those?
Just readline support for the interactive interpreter - that is, up
arrow for last command, line editing etc.
Not needed for plain scripting and slows down calling Lua scripts
(Mike P does not enable readline by default for this reason)
steve d.