Windows Lua to executable
hi I have a Lua program (written in Lua 5.1). I'm on Windows 7, trying to convert it to an executable. No luck so far. I've read other posts here that suggested using srlua to do this so I've downloaded it but I'm on a loss as to what to do next. I installed cygwin as I understand it's necessary but I don't know how to use srlua to convert a lua file into an executable. Any help will be appreciated. Lorenzo Donati srlua is distributed as source only, so you have to compile it first (see this answer for suggestions on getting a free C compiler). BTW, Cygwin is not necessary at all. The