BuildStendhalOnUbuntu: Difference between revisions

Content deleted Content added
imported>Kymara
imported>Kymara
update jar names
Line 36:
* simple.jar
* commons-lang.jar
& any other jars in that folder not listed here may be needed too (if this guide got out of date for example.)
 
Now everything needed should be there. Now go to stendhal dir (one level up) and start ant:
cd ..
Line 50 ⟶ 51:
Needed if you make your own server
stendhal-server-X.xx.jar
stendhal-confxmlconf-X.xx.jar
stendhal-quests-X.xx.jar
stendhal-maps-X.xx.jar
 
Line 57:
To play stendhal, simply copy the compiled binaries over your existing game (make a backup first, unless you want to re-download stendhal if you mess up).
 
If you want to start it from stendhal-0X.58xx/build/lib directory you have to copy the libs from stendhal-0X.58xx/libs/ there:
cd stendhal-0X.58xx/build/lib
cp ../../libs/* .
And to start type:
java -jar stendhal-0X.58xx.jar
 
[[Category:Stendhal]]