osx - Is it possible to use LuaInterface in Mono/Mac OS? -
luainterface uses 2 .dlls: lua51 , luanet.
while being able rebuild lua51 liblua5.1.dylib (and code found necessary entry points) im stuck luanet.dll.
does have idea how build on mac os or if have avoid using entirely (at cost of losing such stuff objecttranslator , metafunctions)?
i know there alternatives http://github.com/jsimmons/luasharp.
you need configure dllmap tell luanet.dll should looked @ lua51.dylib
Comments
Post a Comment