Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
archlinux [2012/01/16 05:57] vasily [Notes] |
archlinux [2016/05/02 22:05] (current) admin |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installation ManaPlus on ArchLinux from AUR ====== | + | You can install manaplus with pacman from comunity repository. |
| - | You can install ManaPlus from Arch User Repository by using yaourt or manually. | + | |
| - | ===== Installation using yaourt ===== | + | |
| - | - Install yaourt from AUR and sync database. [[http://wiki.archlinux.org/index.php/yaourt | ArchWiki article]] can help you with this. | + | |
| - | + | ||
| - | - Run command<code> | + | |
| - | $ yaourt manaplus</code> | + | |
| - | Select manaplus or manaplus-git package and follow the instructions. | + | |
| - | ===== Manual installation ===== | + | |
| - | - Download Tarball or PKGBUILD from AUR web interface: [[http://aur.archlinux.org/packages.php?ID=55810 | manaplus]] or [[http://aur.archlinux.org/packages.php?ID=55809 | manaplus-git]] package | + | |
| - | - Extract tarball by running command<code> | + | |
| - | tar xvzf <name>.tar.gz</code>or create the folder and copy PKGBUILD into it<code> | + | |
| - | mkdir <name> | + | |
| - | cp PKGBUILD <name></code><name> is package name. | + | |
| - | - Open directory<code> | + | |
| - | cd <name></code> | + | |
| - | - Build and install package with all dependencies<code> | + | |
| - | makepkg -s -i</code> | + | |
| - | ===== 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! | + | |
| + | <code>pacman -S manaplus</code> | ||