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_linux64_54 && cd build_linux64_54
2020-10-14 11:35:59 +08:00
cmake -DLUA_VERSION=5.4.1 ../
cd ..
2020-10-14 17:56:06 +08:00
cmake --build build_linux64_54 --config Release
2020-10-14 11:35:59 +08:00
mkdir -p plugin_lua54/Plugins/x86_64/
2020-10-14 17:56:06 +08:00
cp build_linux64_54/libxlua.so plugin_lua54/Plugins/x86_64/libxlua.so