This is an old revision of the document!
Arch Linux PKGBUILD
- First of all, ensure the “base-devel” group is installed.
- Download ManaPlus Source Code
- Extract sources:
$ tar xvf manaplus.tar.bz2
- You can also make a copy with the latest updates Gitorious:
git clone git://gitorious.org/manaplus/manaplus.git
- Open directory:
$ cd manaplus
- Build and install the ManaPlus with the simple command:
$ makepkg -i
You can also download the dependencies, build and install automaticamete with the command:
$ makepkg -i -s
Or install all the dependencies listed by the terminal manually.