Compile in Ubuntu
It is recommended that you install from the repository or a nightly version, but if you still want to compile you can with these instructions.
- Install dependencies:
sudo apt-get build-dep manaplus
- Make a directory:
mkdir manaplus
- Open the directory:
cd manaplus
- Download client sources:
wget http://download.evolonline.org/manaplus/download/manaplus.tar.xz
- Extract sources:
tar xvJf manaplus.tar.xz
- Open subdir:
cd manaplus*
- Update make file:
autoreconf -i
- Compile:
./configure make
- Install:
sudo make install
- Uninstall.
If you want, you can unstall game by running this command:sudo make uninstall
- Now you can run game by selecting Applications \ Games \ ManaPlus.