lua-nanomsg
lua-nanomsg copied to clipboard
Lua bindings to NanoMsg
Results
2
lua-nanomsg issues
Sort by
recently updated
recently updated
newest added
So, after removing the check for lua51, then adding the path to LUA_INCLUDE_DIR then digging through to `CMakeFiles/lua-nanomsg.dir/flags.make` then hand entering both the lua include path... cmake runs and exits...
I'm trying to build on my mac with Lua 5.2. The FindLua51 script fails (of course :). I'm wondering if it would be possible to also support Lua 5.2? Thanks!