BuildStendhalOnUbuntu: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Nirvana
No edit summary
imported>Nirvana
Line 15: Line 15:
== Quick Req. Install ==
== Quick Req. Install ==
Just paste this into the terminal and you'll have all the requirements:
Just paste this into the terminal and you'll have all the requirements:
* cd ~
cd ~
mkdir build
mkdir build
wget http://belnet.dl.sourceforge.net/sourceforge/arianne/stendhal-0.48-src.tar.gz
wget http://belnet.dl.sourceforge.net/sourceforge/arianne/stendhal-0.48-src.tar.gz

Revision as of 20:18, 9 May 2006

This guide, taken from a more generic guide will tech you how to build (compile) Stendhal on an Ubuntu machine. This guide was written with a Kubuntu 6.06 machine as the tester, so it should be pretty currect (at least for another 6 months).

Requirements

These are the requirements needed to build Stendhal

Quick Req. Install

Just paste this into the terminal and you'll have all the requirements:

cd ~
mkdir build
wget http://belnet.dl.sourceforge.net/sourceforge/arianne/stendhal-0.48-src.tar.gz
wget http://superb-east.dl.sourceforge.net/sourceforge/arianne/marauroa-1.31.1.zip
sudo apt-get update
sudo apt-get install liblog4j1.2-java sun-j2re1.5 jython ant ant-optional

That should give you all the requirements