update README.md

This commit is contained in:
Ayase
2019-03-09 23:05:11 +08:00
parent 02754c8ecd
commit 157d833327
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# mod-LuaEngine # mod-LuaEngine
english | [chinese](README_CN.md) english | [中文说明](README_CN.md)
a Eluna module for AzerothCore. a Eluna module for AzerothCore.
@@ -12,7 +12,7 @@ How to install:
3. download or clone the ELUNA core file: 3. 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. (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.) 4. 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 5. cmake again
6. rebuild. 6. rebuild.

View File

@@ -12,7 +12,7 @@
3. 下载或者克隆ELUNA的核心文件: 3. 下载或者克隆ELUNA的核心文件:
> [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip) > [download zip file.](https://github.com/ElunaLuaEngine/Eluna/archive/master.zip)
> clone `git clone https://github.com/ElunaLuaEngine/Eluna.git` > clone `git clone https://github.com/ElunaLuaEngine/Eluna.git`
4. 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine 4. 解压并放置到模块的LuaEngine文件夹中:mod-LuaEngine/LuaEngine(如果下载了zip文件你需要将`Eluna-master`文件夹中的所有文件移动到`mod-eluna-lua-engine/LuaEngine`文件夹中。`LuaEngine.h`需要直接位于目录:`mod-eluna-lua-engine/LuaEngine`之下,不要有任何的子文件夹。)
5. 重新cmake. 5. 重新cmake.
6. 重新生成. 6. 重新生成.