Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
pkgbuild [2011/06/13 19:00] freya |
pkgbuild [2011/06/13 19:07] freya |
||
---|---|---|---|
Line 3: | Line 3: | ||
- First of all, ensure the "base-devel" group is installed. | - First of all, ensure the "base-devel" group is installed. | ||
- Download **[[http://download.evolonline.org/manaplus/download/manaplus.tar.bz2|ManaPlus Source Code]]** | - Download **[[http://download.evolonline.org/manaplus/download/manaplus.tar.bz2|ManaPlus Source Code]]** | ||
- | - Extract sources: <code> | + | - Extract sources: <code> |
$ tar xvf manaplus.tar.bz2</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> | - Open directory: <code> | ||
$ cd manaplus</code> | $ cd manaplus</code> | ||
- Build and install the ManaPlus with the simple command: <code> | - Build and install the ManaPlus with the simple command: <code> | ||
$ makepkg -i</code> | $ makepkg -i</code> | ||
- | You can also download the dependencies, build and install automaticamete with the command:<code> | + | - You can download the dependencies, build and install automaticamete with the command:<code> |
$ makepkg -i -s</code> | $ makepkg -i -s</code> | ||
- | + | - Or install all the dependencies listed by the terminal manually. | |
- | Or install all the dependencies listed by the terminal manually. | + |