Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pkgbuild [2011/06/13 19:07] freya |
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. | + | |
- | - Download **[[http://download.evolonline.org/manaplus/download/manaplus.tar.bz2|ManaPlus Source Code]]** | + | |
- | - Extract sources: <code> | + | |
- | $ tar xvf manaplus.tar.bz2</code> | + | |
- | - You can also make a copy with the latest updates Gitorious:<code> | + | |
- | git clone git://gitorious.org/manaplus/manaplus.git</code> | + | |
- | - Open directory: <code> | + | |
- | $ cd manaplus</code> | + | |
- | - Build and install the ManaPlus with the simple command: <code> | + | |
- | $ makepkg -i</code> | + | |
- | - You can download the dependencies, build and install automaticamete with the command:<code> | + | |
- | $ makepkg -i -s</code> | + | |
- | - Or install all the dependencies listed by the terminal manually. | + |