From The Mana World
m (Création de la page utilisateur avec sa biographie.) |
|||
(One intermediate revision by the same user not shown) | |||
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 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 [http://forums.themanaworld.org/viewforum.php?f=7 Linux Support Forum]. |
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.