C# KopiLua compatible API for native bindings of Lua/LuaJIT (compatible with iOS/Mac/Android/.NET)
Before build fetch the submodules:
git submodule update --init --recursive
On the Mac/Terminal:
make -f Makefile.iOS
You will need the CMake to build the Lua library.
On Command Prompt:
Makefile.Win32.bat
msbuild KeraLua.sln /p:Configuration=Release
