lua-users home
lua-l archive

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


>    Friends how do i make one file *.exe of one script
> in Lua ?

Use srlua. ("sr" == "self running").

This is a Lua interpreter which "glues" your Lua source to the end of 
the EXE (or Unix binary) to make a single, self-running Lua program.

http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/srlua.tar.gz