Skip to content

myevan/LuaTinker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaTinker

How to build

Requirements

  • cmake
  • lua-5.1.x

OS X

$ brew install cmake 
$ brew inbstall lua51
$ ./build.sh

CentOS

$ sudo yum install cmake 
$ sudo yum inbstall lua-devel
$ ./build.sh

Windows

About

LUA to C++ Binding Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.1%
  • Other 0.9%