mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
551 B
551 B
#Merging
- You should have/get the source code of TrinityCore or MaNGOS.
- Open
git bashin the source folder. - Create a remote to our Eluna core repository with
git remote add Eluna <repoaddress>, for example for TC WoTLK it would begit remote add Eluna https://github.com/ElunaLuaEngine/Eluna-TC-Wotlk.git. - Pull (fetch and merge) the eluna core repository to your TC or MaNGOS source with
git pull Eluna master. - Open
git bashand dogit submodule initgit submodule update - Compile the core normally (use cmake if needed)