Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
pkgbuild [2011/06/13 19:25] admin |
pkgbuild [2012/10/07 14:11] (current) vasily |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Arch Linux PKGBUILD ====== | + | ====== Compilation for ArchLinux ====== |
- | + | See the [[archlinux]] article. Install the [[http://aur.archlinux.org/packages.php?ID=55810 | manaplus]] package for the latest stable version and [[http://aur.archlinux.org/packages.php?ID=55809 | manaplus-git]] for the latest unstable. | |
- | - First of all, ensure the "base-devel" group is installed. | + | |
- | - | + | |
- | * [[http://download.evolonline.org/manaplus/download/manaplus.tar.bz2|Download]] ManaPlus source code: <code> | + | |
- | wget http://download.evolonline.org/manaplus/download/manaplus.tar.bz2</code> Extract sources: <code> | + | |
- | $ tar xvf manaplus.tar.bz2</code> | + | |
- | * Or use latest version from git: <code> | + | |
- | git clone git://gitorious.org/manaplus/manaplus.git</code> | + | |
- | - Open directory: <code> | + | |
- | $ cd manaplus</code> | + | |
- | - Build and install ManaPlus: <code> | + | |
- | $ makepkg -i</code> | + | |
- | - Or download dependencies, build and install (all in one):<code> | + | |
- | $ makepkg -i -s</code> | + | |
- | + | ||
- | ===== See also ===== | + | |
- | + | ||
- | [[http://manaplus.freya.mobi/|ManaPlus Arch Linux repository]] | + |