From The Mana World
 
Line 8: Line 8:
* Right Click on the downloaded archive, then choose ''Extract here''
* Right Click on the downloaded archive, then choose ''Extract here''
* Open the ''Terminal''
* Open the ''Terminal''
* ''sudo apt-get install <nowiki>[DEPENDENCIES]</nowiki>''
* ''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 Downloads''
* ''cd tmw-0.5.2''
* ''cd tmw-0.5.2''

Latest revision as of 12:09, 25 July 2011

[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.