[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: System deployment question
- From: Duck <duck@...>
- Date: Fri, 28 Sep 2007 07:06:24 +1000 (EST)
my local lua interpreter opens itself (via argv[0] and
realpath()) and looks for chunks of lua code that have
been gzip encoded. When found, the chunks are executed
in the order in which they are found.
[snip]
If anyone is interested in the "recipe", drop me an
off-list email.
Well, please email me the relevant stuff, but...
...while you're about it, why not put it on the Wiki somewhere so that
others can find it later, perhaps without having to know what to look for
first.
The issue of creating self-contained EXEs with multiple appended modules
comes up from time to time because it is rather useful -- srlua is one
way; yours is another.
Share it -- it sounds good :-)