lua-users home
lua-l archive

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


> I think this sums up the process. I have never personally done this
> myself, but I have instructed several people off-the-list on how to do
> it and they all managed. If anybody has doubts, please post on this
> thread so it stays on record forever. :)

A while back, I had to do static linking and I run into that page: http://loop.luaforge.net/release/preload.html.
It pretty much explain the thing, and even give script to do the work ! And guess what: they use luasocket as an example :)

C.