Skip to content
forked from NLua/KeraLua

C# KopiLua compatible API for native bindings of Lua/LuaJIT (compatible with MonoTouch/MonoMac/Android/.NET)

Notifications You must be signed in to change notification settings

raymanyu/KeraLua

 
 

Repository files navigation

KeraLua

Build Status

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
  • Contributing

  • KeraLua is using the Mono Code-Style http://www.mono-project.com/Coding_Guidelines .
  • Please, do not change the line-end or re-indent the code.
  • Run the tests before push.
  • Avoid to push unneeded style changes (unless is really needed) renaming, move code.

iOS Build

On the Mac/Terminal:

make -f Makefile.iOS

Windows Build

You will need the CMake to build the Lua library.

On Command Prompt:

Makefile.Win32.bat
msbuild KeraLua.sln /p:Configuration=Release

About

C# KopiLua compatible API for native bindings of Lua/LuaJIT (compatible with MonoTouch/MonoMac/Android/.NET)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.7%
  • Shell 4.6%
  • Batchfile 0.7%