lua-users home
lua-l archive

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


On Fri, Mar 27, 2020 at 9:54 AM Nereus <codecomplete@free.fr> wrote:
>
> Out of curiosity, is it possible to ease deployment of Lua apps to
> Windows/Mac users (since I guess Linux hosts often have a C compiler) by
> just zipping…
> - The Lua interpreter (EXE + DLL)
> - Modules in plain Lua, which the interpreter will compile on the fly
> - DLLs of C-based Lua modules
> ?

I did that once for macOS but apparently it generated no interest at all:
http://lua-users.org/lists/lua-l/2013-07/msg00499.html

The link there still works.

I could take this up again if there is interest now.