diff options
author | chai <chaifix@163.com> | 2021-11-08 01:17:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-08 01:17:11 +0800 |
commit | efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c (patch) | |
tree | 0789475ded5c377667165a3ddb047ca6703bcf33 /ThirdParty/tolua_runtime/README.md | |
parent | ed78df90944bbe6b7de7308bda2bf3a7f1bc3de6 (diff) |
+ tolua
+ lpeg
Diffstat (limited to 'ThirdParty/tolua_runtime/README.md')
-rw-r--r-- | ThirdParty/tolua_runtime/README.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ThirdParty/tolua_runtime/README.md b/ThirdParty/tolua_runtime/README.md new file mode 100644 index 0000000..1454e69 --- /dev/null +++ b/ThirdParty/tolua_runtime/README.md @@ -0,0 +1,25 @@ +# tolua_runtime +**Build**<br> +pc: build_win32.sh build_win64.h (mingw + luajit2.0.4) <br> +android: build_arm.sh build_x86.sh (mingw + luajit2.0.4) <br> +mac: build_osx.sh (xcode + luac5.1.5 for luajit can't run on unity5) <br> +ios: build_ios.sh (xcode + luajit2.1 beta) <br> + +NDK 版本:android-ndk-r10e 默认安装到 D:/android-ndk-r10e<br> +https://dl.google.com/android/repository/android-ndk-r10e-windows-x86_64.zip<br> +Msys2配置说明<br> +https://github.com/topameng/tolua_runtime/wiki<br> +配置好的Msys2下载<br> +https://pan.baidu.com/s/1c2JzvDQ<br> + +# Libs +**cjson**<br> +https://github.com/mpx/lua-cjson<br> +**protoc-gen-lua**<br> +https://github.com/topameng/protoc-gen-lua<br> +**LuaSocket** <br> +https://github.com/diegonehab/luasocket<br> +**struct**<br> +http://www.inf.puc-rio.br/~roberto/struct/<br> +**lpeg**<br> +http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html |