[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Lua for Windows needs help
- From: "Antonio Scuri" <scuri@...>
- Date: Wed, 2 Mar 2011 14:28:56 -0300
> On Wed, Mar 2, 2011 at 4:25 PM, Benoit Germain <bgermain@ubisoft.fr>
> wrote:
> > IUP won't run with LuaJIT2 for the above reason.
>
> What particular reason in particular? Embedding byte code is a
> deployment strategy, not essential.
IupLua binaries are not compatible with LuaJIT because it uses compiled
Lua code (luac) converted to C with bin2c. One possible approach is to not
compile the code, and use bin2c directly to Lua source. Probably also using
some compression tool like srlua or LuaSrcDiet.
Best,
Scuri