# ulua_runtime_project **Repository Path**: liyonghelpme/ulua_runtime_project ## Basic Information - **Project Name**: ulua_runtime_project - **Description**: ulua 底层库编译工程,PC\Andriod基于luajit2.0.4,MAC\iOS\WinPhone基于luavm - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-07-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ulua编译工程PC\Andriod基于luajit2.0.4,MAC\iOS\WinPhone基于luavm LuaJIT http://luajit.org/ BUILDING - Place LuaJIT distribution in /luajit - Run platform specific shell script to build uLua library - Copy uLua library into relevant Unity plugins folder WINDOWS平台使用Mingw32/64 下载地址:http://pan.baidu.com/s/1gd1Wyx9#path=%252Fulua_src APPLE MAC OSX 基于XCode 6.0以上的版本。 ANDROID编译工具NDK(adt-bundle-windows) 下载地址:http://pan.baidu.com/s/1gd1Wyx9#path=%252Fulua_src //-------------2015-10-17------------- (1)编译底层库使其支持在安卓、iOS进行Lua真机调试。 PS:现在可调试平台包括WIN/MAC/LINUX/iOS/Android全平台。