mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
33c91cfd628644c61d8211559ee8adc5178444b7
mod-eluna-lua-engine for AzerothCore
An Eluna module for AzerothCore.
How to install:
1) Download the sources
You can get the sources using git.
download with git
- open a terminal inside your
azerothcore-wotlkfolder - go inside the modules folder:
cd modules - download the module sources using:
git clone https://github.com/azerothcore/mod-eluna-lua-engine.git
- go inside the mod-eluna-lua-engine folder:
cd mod-eluna-lua-engine - download the Eluna sources using
git submodule update --init
Optional: if you need to update Eluna to the latest version, you can cd src and cd LuaEngine and run git pull from there.
2) Build
You need to run the cmake again and and rebuild the project.
Eluna API for AC: https://www.azerothcore.org/pages/eluna/index.html
How to update the Eluna version (for project mainteners)
cdintomod-eluna-lua-enginegit checkout master- cd
LuaEngine git checkout mastergit pullcd ..so you get back tomod-eluna-lua-enginegit checkout -b some-new-unique-branch-namegit add LuaEnginegit commit -m "feat: update Eluna version"git push- The terminal will tell you something like
fatal: The current branch some-new-unique-branch-name has no upstream branch.and suggest the command to use, for example:git push --set-upstream origin some-new-unique-branch-name - Open the repo on Github and create a new PR
Languages
C++
93.3%
JavaScript
2.1%
Python
1.4%
CSS
1.3%
CMake
0.9%
Other
1%