Re: Installation of Lua application
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Installation of Lua application
- From: Peng Zhicheng <pengzhicheng1986@...>
- Date: 2011年10月22日 00:36:02 +0800
于 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.