Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.05 KB

README_CN.md

File metadata and controls

20 lines (16 loc) · 1.05 KB

mod-LuaEngine

english | 中文说明 | Español

一个用于AzerothCore的ELUNA模块.

如何安装:

  1. 下载或者克隆这个模块:

下载zip压缩包
或者克隆 git clone https://github.com/azerothcore/mod-eluna-lua-engine.git

  1. 解压并放到Azerothcore源码的modules文件夹中.
  2. 下载或者克隆ELUNA的核心文件:

download zip file.
clone git clone https://github.com/ElunaLuaEngine/Eluna.git

  1. 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine(如果下载了zip文件,你需要将Eluna-master文件夹中的所有文件移动到mod-eluna-lua-engine/LuaEngine文件夹中。LuaEngine.h需要直接位于目录:mod-eluna-lua-engine/LuaEngine之下,不要有任何的子文件夹。)
  2. 重新cmake.
  3. 重新生成.

Eluna API : http://elunaluaengine.github.io/