From The Mana World
[WIP]
Compiling The Mana World Source Code
Ubuntu 11.04 Natty Narval:
- Download the Source Code archive and save it in the default Downloads folder
- Right Click on the downloaded archive, then choose Extract here
- Open the Terminal
- sudo apt-get install cmake gettext cvs libsdl-image1.2-dev libsdl1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libsdl-mixer1.2-dev libsdl-gfx1.2-dev libxml2-dev libphysfs-dev libguichan-dev libenet-dev libcurl3 libcurl4-openssl-dev
- cd Downloads
- cd tmw-0.5.2
- cmake .
- sudo make
- sudo make install
- exit
If any error occurs, report it to our Linux Support Forum.