From The Mana World
m (Création de la page utilisateur avec sa biographie.)
 
Line 1: Line 1:
<nowiki>[WIP]</nowiki>


=Compiling The Mana World Source Code=
'''Ubuntu 11.04 Natty Narval:'''
* Download the [http://sourceforge.net/projects/themanaworld/files/The%20Mana%20World/0.5.2/tmw-0.5.2.tar.bz2/download 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 <nowiki>[DEPENDENCIES]</nowiki>''
* ''cd Downloads''
* ''cd tmw-0.5.2''
* ''cmake .''
* ''sudo make''
* ''sudo make install''
* ''exit''
If any error occurs, report it to our [http://forums.themanaworld.org/viewforum.php?f=7 Linux Support Forum].

Revision as of 04:10, 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 [DEPENDENCIES]
  • 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.