Files
mod-ale/docs/INSTALL.md
2014-06-29 21:28:28 +02:00

2.4 KiB

#Installation Get the core:
Build Status Eluna TrinityCore WotLK
Build Status Eluna TrinityCore Cataclysm

Build Status Eluna cMaNGOS Classic
Build Status Eluna cMaNGOS TBC
Build Status Eluna cMaNGOS WotLK

Open git bash and do

  1. git submodule init
  2. git submodule update
  3. additionally to get latest Eluna code you can do git submodule foreach git pull origin master

Compile the core normally (use cmake if needed)

#Updating When updating you should take up the commit hash you are on, just in case. You can get it from git with git log for example. You should take note what are the newest SQL updates in sql/updates/* folders.

  1. Use git pull to get the newest source changes.
  2. Then use git submodule update to update Eluna from github.
  3. additionally to get latest Eluna code you can do git submodule foreach git pull origin master Try compiling and if you encounter errors, report to support or issues. You can revert back to the old sources by using git reset --hard 000000 git submodule update, where 000000 is the commit hash.

If the compiling was successful, you should update your database if needed. You can do this by running all new SQL files in sql/updates/*. You need to see your notes from before pulling the updates or you can use the old commit hash to see on github what were the last files you ran. An easy way is to just look at the created/modified date on the files.