Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Legacy-LuaSTG-Engine/Legacy-LuaSTG-Ex-Plus

Repository files navigation

LuaSTG Ex Plus

What's this

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

Build

  1. clone repository
git clone --recursive https://github.com/Legacy-LuaSTG-Engine/Legacy-LuaSTG-Ex-Plus.git
  1. using CMake to generate project files
cd Legacy-LuaSTG-Ex-Plus
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A Win32
cd ..
  1. compile
cmake --build build --config Release

这是什么

这是一个LuaSTG Ex Plus(曾经由@Xiliusha维护)的存档,不再开发新功能,仅修复重要 bug。我们与时俱进,通过CMake管理项目。

LuaSTG Ex Plus 的生命周期已经结束,我们推荐您:

构建

  1. 拉取仓库到本地
git clone --recursive https://github.com/Legacy-LuaSTG-Engine/Legacy-LuaSTG-Ex-Plus.git
  1. 用 CMake 生成项目文件
cd Legacy-LuaSTG-Ex-Plus
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -A Win32
cd ..
  1. 编译
cmake --build build --config Release

About

LuaSTG EX Plus branch. LuaSTG EX Plus 分支。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages