BuildStendhalOnUbuntu: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann removed deps which are now in our cvs |
imported>Schmidta |
||
| Line 4: | Line 4: | ||
These are the requirements needed to build Stendhal |
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://sourceforge.net/project/showfiles.php?group_id=1111&package_id=145790 Latest stendhal.X.xx-src.tar.gz package] |
||
* [http://sourceforge.net/ |
* [http://arianne.cvs.sourceforge.net/arianne/stendhal/libs/ Libs (all .jar files from there)] |
||
* Sun Java SDK 1.5: sun-j2re1.5 |
* 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 |
** Note: You need to have the [http://doc.ubuntu-fr.org/doc/plf PLF repositories] to get the sun-j2re1.5 package |
||
| Line 12: | Line 12: | ||
== Quick Req. Install == |
== Quick Req. Install == |
||
| ⚫ | |||
Just paste this into the terminal and you'll have all the requirements: |
|||
| ⚫ | |||
cd ~ |
cd ~ |
||
mkdir build |
mkdir build |
||
cd 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* |
|||
| ⚫ | |||
mkdir libs |
|||
| ⚫ | |||
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 = |
= Building Time = |
||