/LightInkLua

Use C++ Template Binding Class to lua; from project LightInk

Primary LanguageC++MIT LicenseMIT

LightInkLua

Use C++ Template Binding Class to lua; from project LightInk

build

win32

  • install vs2012
  • open file ./windows/LightInkLua.sln
  • build
  • the file output in ./bin/Debug(Release)/

linux

  • install cmake
  • mkdir ./Linux/build
  • cd ./Linux/build
  • cmake ../
  • make
  • the file output in ./bin/Debug(Release)/