BuildStendhalOnUbuntu: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
removed deps which are now in our cvs
imported>Schmidta
Line 4:
These are the requirements needed to build Stendhal
* [http://sourceforge.net/project/showfiles.php?group_id=1111&package_id=145790 Latest stendhal.X.xx-src.tar.gz package]
* [http://arianne.cvs.sourceforge.net/projectarianne/stendhal/libs/showfiles.php?group_id=1111&package_id=114051 LatestLibs compiled(all Marauroa.jar (''notfiles thefrom source!''there)]
* Sun Java SDK 1.5: sun-j2re1.5
** Note: You need to have the [http://doc.ubuntu-fr.org/doc/plf PLF repositories] to get the sun-j2re1.5 package
Line 12:
 
== Quick Req. Install ==
sudo apt-get update
Just paste this into the terminal and you'll have all the requirements:
sudo apt-get install liblog4j1.2-java sun-j2re1.5 jython ant ant-optional
 
cd ~
mkdir build
cd build
download the source from http://sourceforge.net/project/showfiles.php?group_id=1111&package_id=145790
wget http://belnet.dl.sourceforge.net/sourceforge/arianne/stendhal-0.48-src.tar.gz
tar xvzf stendhal*.tar.gz
wget http://superb-east.dl.sourceforge.net/sourceforge/arianne/marauroa-1.31.1.zip
cd stendhal*
sudo apt-get update
mkdir libs
sudo apt-get install liblog4j1.2-java sun-j2re1.5 jython ant ant-optional
cd libs
 
now download the jar files from http://arianne.cvs.sourceforge.net/arianne/stendhal/libs/
That should give you all the requirements
* ant.jar
* jardiff.jar
* log4j.jar
* pircbot.jar
* tiled.jar
* velocity-dep-1.4.jar
* groovy.jar
* junit-4.1.jar
* marauroa.jar
* simple.jar
* velocity-1.4.jar
cd ..
ant
 
= Building Time =