lua-users home
lua-l archive

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


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
?

Thus, the user wouldn't have to install LuaRocks and a C compiler.



--
Sent from: http://lua.2524044.n2.nabble.com/Lua-l-f2524044.html