|
Hi,
On the Windows platform, you can have a look at ljc to produce standalone executables with all required modules. Http:\\www.ljcompiler.com\
Perhaps you should look into srlua. Also, no, it doesn't link or include any external files.
On Wed, Oct 5, 2016, 3:51 AM Meer, Hans van der <H.vanderMeer@uva.nl> wrote:A question about luac. Do I understand correctly that luac precompiles the given lua file only and does not include the modules called in by a require statement inside? More precisely, that it does not generate something functioning as a 'fully linked standalone binary'?
And if I am right in this, is it possible to generate such a 'standalone binary', allowing one to call one file with all necessary precompiled code inside?
Hans van der Meer
--