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

http://www.mono-project.com/config_dllmap


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -