First of all, ensure the “base-devel” group is installed.
-
Download ManaPlus source code:
wget http://download.evolonline.org/manaplus/download/manaplus.tar.bz2
Extract sources:
$ tar xvf manaplus.tar.bz2
Or use latest version from git:
git clone git://gitorious.org/manaplus/manaplus.git
Open directory:
$ cd manaplus
Build and install ManaPlus:
$ makepkg -i
Or download dependencies, build and install (all in one):
$ makepkg -i -s