Esta é uma versão antiga do documento!
Tabela de Conteúdos
Instalação ManaPlus no ArchLinux pelo AUR
Você pode instalar o ManaPlus pelo AUR utilizando o yaourt ou manualmente.
Installation using yaourt
- Instale o yaourt pelo AUR e sincronize o banco de dados. Artigo ArchWiki isto pode ser utíl
- Rode o comando
$ yaourt manaplus
Select manaplus or manaplus-git package and follow the instructions.
Manual installation
- Download Tarball or PKGBUILD from AUR web interface: manaplus or manaplus-git package
- Extract tarball by running command
tar xvzf <name>.tar.gz
or create the folder and copy PKGBUILD into it
mkdir <name> cp PKGBUILD <name>
<name> is package name.
- Open directory
cd <name>
- Build and install package with all dependencies
makepkg -s -i
Notes
- You can’t have installed manaplus and manaplus-git at same time.
- Register on AUR and vote for our packages, and it can be moved to ArchLinux community repository!