Compilação para Ubuntu
- Crie o diretório para compilar o cliente e vá até o terminal.
- Instale as dependências:
sudo apt-get install aptitude sudo aptitude install autopoint libguichan-0.8.1-1 libguichan-sdl-0.8.1-1 libphysfs1 libsdl-image1.2 sudo aptitude install libsdl-mixer1.2 libsdl-net1.2 libsdl-ttf2.0-0 build-essential g++ g++-4.4 sudo aptitude install libstdc++6-4.4-dev patch autoconf libtool libcurl4-gnutls-dev libgl1-mesa-dev libenet-dev sudo aptitude install libguichan-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev sudo aptitude install libphysfs-dev libpng12-dev libxml2-dev zlib1g-dev libsdl-ttf2.0-dev libsdl-gfx1.2-dev gettext
- Crie o diretório:
mkdir manaplus
- Abra o diretório:
cd manaplus
- Baixe o código Fonte:
wget http://download.evolonline.org/manaplus/download/1.1.5.15/manaplus-1.1.5.15.tar.bz2
- Extraia a fonte:
tar xvf manaplus-1.1.5.15.tar.bz2
- Abra o sub-diretório:
cd manaplus
- Atualize o make:
autoreconf -i
- Compile:
./configure make
- Instalação:
make install
- Desinstalação.
Se você quiser, pode desinstalar usando o comando:sudo make uninstall
- Agora você pode rodar o jogo no menu Aplicações \ Jogos \ ManaPlus.