Arch Linux PKGビルド
- はじめに“base-devel”グループがインストールされているか確認して下さい。
-
- ManaPlusのソースコードをダウンロード:
wget http://download.evolonline.org/manaplus/download/manaplus.tar.bz2
ソースを解凍する:
$ tar xvf manaplus.tar.bz2
- もしくはgitから最新版を使用する:
git clone git://gitorious.org/manaplus/manaplus.git
- ダイレクトリを開く:
$ cd manaplus
- ManaPlusを構築、インストールする:
$ makepkg -i
- もしくはdependenciesをダウンロード、構築、インストールする(オールインワン):
$ makepkg -i -s