BuildStendhalOnUbuntu: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
imported>Kymara
update jar names
Line 36: Line 36:
* simple.jar
* simple.jar
* commons-lang.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:
Now go to stendhal dir (one level up) and start ant:
cd ..
cd ..
Line 50: Line 51:
Needed if you make your own server
Needed if you make your own server
stendhal-server-X.xx.jar
stendhal-server-X.xx.jar
stendhal-conf-X.xx.jar
stendhal-xmlconf-X.xx.jar
stendhal-quests-X.xx.jar
stendhal-maps-X.xx.jar
stendhal-maps-X.xx.jar


Line 57: 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).
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-0.58/build/lib directory you have to copy the libs from stendhal-0.58/libs/ there:
If you want to start it from stendhal-X.xx/build/lib directory you have to copy the libs from stendhal-X.xx/libs/ there:
cd stendhal-0.58/build/lib
cd stendhal-X.xx/build/lib
cp ../../libs/* .
cp ../../libs/* .
And to start type:
And to start type:
java -jar stendhal-0.58.jar
java -jar stendhal-X.xx.jar


[[Category:Stendhal]]
[[Category:Stendhal]]