Update README.md

Updated installation guide to avoid an issue where LuaEngine.h would not be included properly in the project.
This commit is contained in:
MaloW
2018-07-16 23:52:12 +02:00
committed by GitHub
parent 93dd4b5f28
commit 0b12fbb053

View File

@@ -15,7 +15,7 @@ How to install:
* Put it in the modules folder of the Azerothcore. * Put it in the modules folder of the Azerothcore.
* download or clone the ELUNA core file: * download or clone the ELUNA core file:
> [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) > [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip)
> or clone `git clone https://github.com/ElunaLuaEngine/Eluna.git` > or clone `git clone https://github.com/ElunaLuaEngine/Eluna.git .`
* Put it in the lua module folder:mod-LuaEngine/LuaEngine * 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.)
* cmake again * cmake again
* rebuild. * rebuild.