Re: How to embed LuaLanes ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: How to embed LuaLanes ?
- From: Benoit Germain <bnt.germain@...>
- Date: 2013年1月26日 11:06:18 +0100
Besides compiling Lanes C source files with your project you'll need to embed lanes.lua. Then manually call luaopen_core() then load and run lanes.lua. Maybe lanes.lua would have to be tweaked so as not to use require() to load lanes_core.
I can't be more specific as I haven't tried it, but it shouldn't be too difficult.
--
Benoit.