[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: deploying lua application as a single ``executable''
- From: Vyacheslav Egorov <mraleph@...>
- Date: Sun, 23 Jul 2006 19:53:09 +0700
I am searching a solution similiar to jar.
I want to pack both my and third party modules in one archive (lets call
it lar), and then use it in another lua script/c program by
require "lar"
...
lar.execute("plugin.lar", "main.lua")
or
#include "lar.hpp"
...
lar_execute(L, "plugin.lar", "main.lua");
Is there any solutions?
--
e.v.e