Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easiest way to compile a lua script (*.exe)...?

I just made a small program and I'd like to share it with my friends and family.

Which is the best, the fastest and the easiest way to compile a Lua script?

I'm working on Windows, so I would need a *.exe.

Thanks in advance.

like image 924
Matteo Bini Avatar asked Oct 02 '22 22:10

Matteo Bini


1 Answers

If you want to turn your Lua script into a .exe, try srlua.

like image 73
lhf Avatar answered Oct 26 '22 15:10

lhf