This is an archive of LuaSTG Ex Plus (used to be maintained by @Xiliusha), no new features are being developed, only critical bug fixes. We upgrade the working flow, using CMake to manage the project.
The life cycle of LuaSTG Ex Plus has ended, we recommend you:
- If you are using LuaSTG (vanilla), please consider migrating to LuaSTG Plus V2 or LuaSTG Sub
- If you are using LuaSTG Plus, please consider migrating to LuaSTG Plus V2
- If you are using LuaSTG Ex Plus, please consider migrating to LuaSTG Sub
- clone repository
git clone --recursive https://github.com/Legacy-LuaSTG-Engine/Legacy-LuaSTG-Ex-Plus.git
- using CMake to generate project files
cd Legacy-LuaSTG-Ex-Plus
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A Win32
cd ..
- compile
cmake --build build --config Release
这是一个LuaSTG Ex Plus(曾经由@Xiliusha维护)的存档,不再开发新功能,仅修复重要 bug。我们与时俱进,通过CMake管理项目。
LuaSTG Ex Plus 的生命周期已经结束,我们推荐您:
- 如果正在使用 LuaSTG 最初版本,请考虑迁移到 LuaSTG Plus V2 或者 LuaSTG Sub
- 如果正在使用 LuaSTG Plus,请考虑迁移到 LuaSTG Plus V2
- 如果正在使用 LuaSTG Ex Plus,请考虑迁移到 LuaSTG Sub
- 拉取仓库到本地
git clone --recursive https://github.com/Legacy-LuaSTG-Engine/Legacy-LuaSTG-Ex-Plus.git
- 用 CMake 生成项目文件
cd Legacy-LuaSTG-Ex-Plus
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A Win32
cd ..
- 编译
cmake --build build --config Release