SIGN IN SIGN UP
Tencent / xLua UNCLAIMED

xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.

2020-10-14 17:56:06 +08:00
mkdir -p build_osx_54 && cd build_osx_54
2020-10-14 11:35:59 +08:00
cmake -DLUA_VERSION=5.4.1 -GXcode ../
cd ..
2020-10-14 17:56:06 +08:00
cmake --build build_osx_54 --config Release
2020-10-14 11:35:59 +08:00
mkdir -p plugin_lua54/Plugins/xlua.bundle/Contents/MacOS/
2020-10-14 17:56:06 +08:00
cp build_osx_54/Release/xlua.bundle/Contents/MacOS/xlua plugin_lua54/Plugins/xlua.bundle/Contents/MacOS/xlua
2020-10-14 11:35:59 +08:00