Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 973 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 973 Bytes

tolua_runtime_V2

tolua_runtime升级版,支持android arm64,升级sproto到sproto.new.

Build
pc: build_win32.sh build_win64.h (mingw + luajit2.1beta)
android: build_arm.sh build_x86.sh build_arm64.sh (mingw + luajit2.1beta)
mac: build_osx.sh (xcode + luac5.1.5 luajit can't run in unity5)
ios: build_ios.sh (xcode + luajit2.1 beta)

NDK 版本:android-ndk-r10e 默认安装到 D:/android-ndk-r10e
https://dl.google.com/android/repository/android-ndk-r10e-windows-x86_64.zip
Msys2配置说明
https://github.com/topameng/tolua_runtime/wiki
配置好的Msys2下载
https://pan.baidu.com/s/1c2JzvDQ

Libs

cjson
https://github.com/mpx/lua-cjson
protoc-gen-lua
https://github.com/topameng/protoc-gen-lua
LuaSocket
https://github.com/diegonehab/luasocket
struct
http://www.inf.puc-rio.br/~roberto/struct/
lpeg
http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html