lua-users home
lua-l archive

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


On Wed, Oct 24, 2012 at 3:34 PM, Peter Drahoš <drahosp@gmail.com> wrote:
> A minimal binary version of batteries-0.9.7 is available for Windows that does not contain any documentation, examples, tests or other optional files (it still contains license files). Additionally all binaries have been striped and packed using UPX. This package is most suitable starting point for distribution of Lua based applications to end users.

Good work, Peter!  A big effort indeed.

Just a small point: do we gain much from UPX-packing, seeing as
usually we would pack as a compressed archive?

steve d.