mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Update INSTALL.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Installing and updating
|
||||
# Installing and updating
|
||||
This page will help you get a cMaNGOS and a TrinityCore source with Eluna.
|
||||
|
||||
If you are looking to get MaNGOS source with Eluna head over to [MaNGOS forum](http://getmangos.eu/) for the installation and updating instructions - however read this page also as it contains important information.
|
||||
@@ -6,12 +6,12 @@ If you are looking to get MaNGOS source with Eluna head over to [MaNGOS forum](h
|
||||
If you are having trouble with the installation or updating the core source, head over to our [support forum](../README.md#documentation).
|
||||
If you are looking for a way to merge eluna with a fork of the official repositories see [merging](MERGING.md).
|
||||
|
||||
###Requirements and dependencies:
|
||||
### Requirements and dependencies:
|
||||
**Eluna uses `C++11` so you need a compiler that supports it.**
|
||||
**Eluna can use ACE or BOOST for filesystem library.**
|
||||
Additionally see you desired core's documentation and installation instructions for it's requirements and dependencies.
|
||||
|
||||
###Installation
|
||||
### Installation
|
||||
1. Open [git bash](http://git-scm.com/) and navigate to where you want the core source
|
||||
2. Choose the git address of your desired core and patch below and clone the core with `git clone <address>`.
|
||||
For example `git clone https://github.com/ElunaLuaEngine/ElunaTrinityWotlk.git`
|
||||
@@ -33,7 +33,7 @@ After installing Eluna you should check out these:
|
||||
- [Eluna getting started](USAGE.md)
|
||||
- [Eluna features](IMPL_DETAILS.md)
|
||||
|
||||
###Updating
|
||||
### Updating
|
||||
Updating is essentially handled in the same manner as you would normally update the core and database.
|
||||
To get the newest core source code open `git bash` and navigate to your local source folder.
|
||||
Then execute use `git pull` followed by `git submodule init` and `git submodule update`.
|
||||
|
||||
Reference in New Issue
Block a user