mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
2.1 KiB
2.1 KiB
mod-eluna-lua-engine for AzerothCore
一个用于Azerothcore的Eluna模块.
如何安装:
1) 下载源码
你可以使用git(推荐)或手动下载源代码的方法安装。
使用git(推荐)下载
- 在你的
azerothcore-wotlk源码文件夹中打开命令行(win的用户进入目录后shift+鼠标右键可以通过右键菜单打开) - 进入 modules 文件夹,命令行中输入:
cd modules - 下载模块源码:
git clone https://github.com/azerothcore/mod-eluna-lua-engine.git
- 下载模块源码后进入文件夹 mod-eluna-lua-engine,命令行中输入:
cd mod-eluna-lua-engine - 下载Eluna源码,命令行中输入:
git submodule update --init
可选: 模块中集成的Eluna是稳定版本,如果你要更新Eluna到最新版本,你可以进入目录LuaEngine(命令行输入:cd LuaEngine),进入后输入git pull获取即可更新最新版本.
请注意,最新版本可能和稳定版的源码不匹配.视情况可能需要自行修正.
手动下载
- 下载 mod-eluna-lua-engine
- 解压到你的
azerothcore-wotlk源码中的modules文件夹中,请确保路径看起来是这样的azerothcore-wotlk/modules/mod-eluna-lua-engine - 下载 Eluna
- 把文件解压到
mod-eluna-lua-engine/LuaEngine.LuaEngine.h这个文件的路径看起来应该是这样的mod-eluna-lua-engine/LuaEngine/LuaEngine.h.
2) 生成
你需要重新CMake并重新生成你的项目.
Eluna API : http://elunaluaengine.github.io/