|
I have created a useful utility using Lua and the IUP GUI library that I want to share with my co-workers.But I cannot expect them to install the Lua interpreter just for this tool. That's why I was looking for ways to build afat single executable.I have tried everything:I triedluapak from https://github.com/jirutka/luapakluastatic from https://github.com/ers35/luastaticusingthe lua-distros fromLuarocks: https://luarocks.org/Luadist: http://luadist.org/Luapower: https://luapower.com/As a last resort I am trying srlua fromBut the Makefile is for Linux and Darwin only, I have tried to compile with Cygwin-Mingw,Gnuwin32-Mingw, TDM-GCC and had no success, although it was reported here:that it would work.I am looking for a step-by-step guide how to compile a Lua script into a Single executable binary in Windows 10.Can please somebody walk me through it? I feel really stupid although I am a developer w/ 20 years experience (but new to Lua, though).RegardsStefanGermany
Attachment:
srlua.cbp
Description: Binary data
Attachment:
glue.cbp
Description: Binary data