summaryrefslogtreecommitdiff
path: root/docs/arch-linux.md
blob: 6cfa56c24cb6774d815bf0a4adef9096547304a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Arch Linux Install
If you are an Arch Linux user you can  install  it from AUR ([Arch User Repository](https://wiki.archlinux.org/index.php/Arch_User_Repository))

## Install dependencies

### Install *base-devel*
All you need to install AUR packages is [*base-devel*](https://www.archlinux.org/groups/x86_64/base-devel/) and [*git*](https://www.archlinux.org/packages/?name=git), you can install them with *pacman*:
```
$ sudo pacman -S base-devel git
```

## Install *AzerothCore*
After that you can install [azerothcore](https://aur.archlinux.org/packages/azerothcore/) package:

```
git clone https://aur.archlinux.org/azerothcore.git
cd azerothcore
makepkg -si
```
Moreover, if you want you can use [*yay*](https://github.com/Jguer/yay) as AUR package manager to install AUR packages.