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_ios_54 && cd build_ios_54
2020-10-14 11:35:59 +08:00
cmake -DLUA_VERSION=5.4.1 -DCMAKE_TOOLCHAIN_FILE=../cmake/ios.toolchain.cmake -DPLATFORM=OS64 -GXcode ../
cd ..
2020-10-14 17:56:06 +08:00
cmake --build build_ios_54 --config Release
2020-10-14 11:35:59 +08:00
mkdir -p plugin_lua54/Plugins/iOS/
2020-10-14 17:56:06 +08:00
cp build_ios_54/Release-iphoneos/libxlua.a plugin_lua54/Plugins/iOS/libxlua.a
2020-10-14 11:35:59 +08:00