[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When do I need the .h and liblua.a files?
- From: Alexander Gladysh <agladysh@...>
- Date: Tue, 23 Nov 2010 16:40:41 +0300
On Tue, Nov 23, 2010 at 14:02, Gilles Ganault <gilles.ganault@free.fr> wrote:
> The scripts are small enough that I don't need to pre-compile
> them into bytecode with the "luac" compiler.
Note that, depending on its nature, Lua script source code may be
*smaller* than the bytecode.
If you ever need to reduce script size, take a look at LuaSrcDiet and friends:
http://lua-users.org/wiki/CompressionAndArchiving
Alexander.