lua-users home
lua-l archive

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


于 2011年10月19日 22:43, Alexander Gorlov 写道:
Hello,
Let I have an application that is written in Lua. It may consist of a few files.
Are there a standsrd way to install this application on user's computer?
I mean that installtor shall install application itself and corresponded runtime (lua and required libraries)
Thanks
Alex
if you mean to deploy a lua package, you should check luarocks.
you'll need to write a spec file for your package and the dependencies.