Files
mod-ale/README.md
2019-02-18 23:45:56 +08:00

21 lines
740 B
Markdown

# mod-LuaEngine
english | [chinese](README_CN.md)
a Eluna module for AzerothCore.
How to install:
1. download or clone this module:
> [download zip file.](https://github.com/azerothcore/mod-eluna-lua-engine/archive/master.zip)
> or clone `git clone https://github.com/azerothcore/mod-eluna-lua-engine.git`
2. Put it in the modules folder of the Azerothcore.
3. download or clone the ELUNA core file:
> [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip)
> or clone `git clone https://github.com/ElunaLuaEngine/Eluna.git`
4. Put it in the lua module folder:mod-LuaEngine/LuaEngine
5. cmake again
6. rebuild.
Eluna API : [http://www.elunaengine.com/](http://www.elunaengine.com/)