Files
mod-ale/README.md
Ayase 02754c8ecd Merge remote-tracking branch 'ayaseCore/master'
# Conflicts:
#	README.md
2019-03-09 22:48:19 +08:00

21 lines
987 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 .`
* Put it in the lua module folder:mod-LuaEngine/LuaEngine. (If you downloaded the zip-file you'll want to move all the files inside the Eluna-master folder into the mod-eluna-lua-engine/LuaEngine folder. LuaEngine.h needs to be directly under mod-eluna-lua-engine/LuaEngine without any extra sub-folders.)
5. cmake again
6. rebuild.
Eluna API : [http://www.elunaengine.com/](http://www.elunaengine.com/)